> Looks like you're using fopen() incorrectly. Try:
> fopen("$file_name","r+");
How about just
fopen($file_name, "r+");
instead. No need for the surrounding "s.
--
JR
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

