Any idea on why this script would produce a 'call to undefined function on line 3' errror? (line three being the fwrite line)Code:$name = "me"; $fileopened = fopen ("test.txt", "a+"); $fwrite ($fileopened, $name"); fclose ($fileopened);
Thanks.
(ps, I've used fputs() and it produced the same error)






Bookmarks