Jump to content

Writing Variable to .txt using the fwrite function?


mjtweaver

Recommended Posts

I am going through the tutorial found at http://goo.gl/69MeY and in my ultimate wisdom have decided to see if I can create a form, which you input some text, and then in the php file that handles the form in puts that variable into a text document using the fwrite function, basically creating a file from the website containing whatever text you put in. There is no specific purpose to this idea, I am just trying to implement everything I have learnt so far.

 

Form: http://pastebin.com/J62UHBeT

PHP Handler: http://pastebin.com/FHuaKkxD

 

I someone could point me in the right direction of what I am doing wrong it would be much appreciated :D

 

Thanks in advance

 

Michael

reding and writing to txt files is relatively easy, the important questions are what type of data will the file contain ie - simple sentences/paragraphs relating to only one subject OR infomation where each line of the file acts like the fields in a database table etc

 

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.