On Friday 25 October 2002 10:40, Garry Climacosa wrote: > 6. heres the action page check_act.php > <?php > $file2write = fopen("/var/lib/data/access.temp2.txt", "w"); > $write2line = "$myline\n"; > $filewrite = fwrite($file2write, $write2line); > ?>
The first thing to check -- did you echo $myline (or $write2line) to see whether it contains what you had expected it to contain? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* It's not the fall that kills you, it's the landing. */ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php