Hello
Ive dealt with databases before and wanted to learn something new. Now I was hoping there would be an easy way to save all the form data to one single page, these pages could then be viewed using a file manager in my admin area.
Essentially, I would have a form of several pages - each page passes on the variables till the last page. The user would click submit and the page and values would be saved.
Currently Im using fwrite to generate a page BUT i cant store the values! And I set the values of each text area to a php variable. Still no luck and i dont know where im going wrong!
Thanks for any help!