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

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.