This is a discussion on a question from a brain dead individual within the PHP Language forums, part of the PHP Programming Forums category; hi, my brain is mush right now but i'm trying to remember how to create a php script that ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi,
my brain is mush right now but i'm trying to remember how to create a php script that opens a text file, appends text to it, then closes it. i just cannot remember this simple task to save my life. does anyone know/remember or can point me in the right direction to find the answer? and oh yea...a nice vacation would be good too. |
|
|||
|
I noticed that Message-ID:
<1110903741.596469.143310@o13g2000cwo.googlegroups .com> from johnchampion@gmail.com contained the following: >does anyone know/remember or can point me in the right direction to >find the answer? Look up the functions fopen(), fread(), fwrite(),fclose() -- Geoff Berrow (put thecat out to email) It's only Usenet, no one dies. My opinions, not the committee's, mine. Simple RFDs http://www.ckdog.co.uk/rfdmaker/ |
|
|||
|
|