.html file creating
Posted: Fri Jun 18, 2004 8:42 am
I am a n00b to PHP, not to HTML though. (First time ever trying PHP). I have a PHP page that will allow the user to input their name and then submit it. like a guestbook. but instead what I want it to do is either create a .txt file or .html file that always has a different name with their info.
alright:
user #1 types his name in the text box, presses submit and then the code creates 1.html with his info.
I assume that I will need some sort of permanent counter in it so that it will keep going to create #.html to accomodate for the number of guests that go there.
any help is welcome. including a slap back to reality.
edit: one thing that I've gathered from other searches is that I might need MySql
alright:
user #1 types his name in the text box, presses submit and then the code creates 1.html with his info.
I assume that I will need some sort of permanent counter in it so that it will keep going to create #.html to accomodate for the number of guests that go there.
any help is welcome. including a slap back to reality.
edit: one thing that I've gathered from other searches is that I might need MySql