Search found 2 matches

by paulogv
Mon Jul 22, 2002 7:42 pm
Forum: PHP - Code
Topic: file handling for idiots
Replies: 7
Views: 1408

append text to a file

You should try to open the file like this:

Code: Select all

$fp=fopen("nameOfTheFile", "aw");
I guess the 'a' is for append.

Good luck
;)
by paulogv
Mon May 27, 2002 5:58 am
Forum: PHP - Code
Topic: Small Problem!
Replies: 4
Views: 2190

Hello lc

If the other answears didn´t worked, try renaming the file from file.php to file.htm.

good luck