Ranger56
08-29-2006, 10:12 PM
url:http://spiderseatbabies.com/test/
code: <?php
$test = fopen("/home/.andre/knightrider/spiderseatbabies.com/test/m.txt", "r");
echo $test;
?>
In the text file it just says "Test" but when I load the page it says "Resource id #1".
code: <?php
$test = fopen("/home/.andre/knightrider/spiderseatbabies.com/test/m.txt", "r");
echo $test;
?>
In the text file it just says "Test" but when I load the page it says "Resource id #1".