I'd like to create a form with several fields, which will write the contents of each of the fields and store them in a text file.
Write data to text file from form
4
I'd like to create a form with several fields, which will
write the contents of each of the fields and store
them in a text file.
==============================================
Form
==============================================
Field 1: [_________________]
Field 2: [_________________]
Field 3: [_________________]
Field 4: [_________________]
Field 5: [_________________]
Field 6: [_________________]
Field 7: [_________________]
[ SUBMIT BUTTON]
==============================================
When the user submits that form, the information
gets written to a text file, where each of the fields
can be retrieved by using a PHP "include" on a web page.
Any time the user goes back to the form above
and changes the data in any of the fields,
the text file will be overwritten accordingly.
This would be a single user form, accessed behind a standard password protected page.
Thanks, and I'm willing to pay someone to create viable code for this.
Gene
write the contents of each of the fields and store
them in a text file.
==============================================
Form
==============================================
Field 1: [_________________]
Field 2: [_________________]
Field 3: [_________________]
Field 4: [_________________]
Field 5: [_________________]
Field 6: [_________________]
Field 7: [_________________]
[ SUBMIT BUTTON]
==============================================
When the user submits that form, the information
gets written to a text file, where each of the fields
can be retrieved by using a PHP "include" on a web page.
Any time the user goes back to the form above
and changes the data in any of the fields,
the text file will be overwritten accordingly.
This would be a single user form, accessed behind a standard password protected page.
Thanks, and I'm willing to pay someone to create viable code for this.
Gene
- Andrew H
- [1] reply
- Gene Pimentel
- Gene Pimentel
Next Topics on Trending Feed
-
4