[EMAIL PROTECTED] wrote: > how come whenever i run this code i get a error ...
open your eyes - check all occurrences of $fp. you are missing a $ sign. > <?php > $fp = fopen("./notch/" . $notch_member . ".txt", "r+"); > if (!fp) die ("Cannot open file for writing. Please contact me."); > fwrite($fp, $notch_member . $bio); > ?> > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php