Thread
:
save form data to text file
View Single Post
#
4
(
permalink
)
11-22-11, 11:57 AM
DLJ
Newbie Coder
Join Date: Nov 2011
Location: 303 See Other
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
No, Twod is correct. The PHP for it is rather simple however. The form method should be post, the action a PHP page, then use PHP's very own fwrite() command.
PHP: fwrite - Manual
DLJ
View Public Profile
Find all posts by DLJ