Jump to content

file_put_contents() POST


JayLewis

Recommended Posts

Rite, what i want to do is had an input box with a submit button.

 

When u type a word into the input box and hit submit, the word u wrote is saved into a .txt file.

 

how wud i go about doing this, and so the file is not over writtin each time. for exmple.

 

I type "red" and hit submit... in the .txt file will show "red"

 

you type "Blue" and hit submit ... in the text file it will show:

 

"red

Blue"

 

instead of just showing "blue" because it was the last one submitted.

 

Thanks alot ;)

 

Jay.

Link to comment
https://forums.phpfreaks.com/topic/42184-file_put_contents-post/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.