Jubba
December 26th, 2002, 12:30 AM
Right now it is a guestbook thing, but I created this whole thing in order to dynamically update individual webpages. It was created so I could (or my client could) easily update smaller sections of their site without actually logging into the control panel.
Heres what I have:
I have an HTML file (htmlform.html) that has form inputs. When you press the button it sends the variables to a PHP file (phptest.php) that organizes the variables and writes them to a text file. Then the last PHP file (phpRec.php) recieves the info from the text file and writes them out in a table.
My question is:
Is there an easier way that I can't see?
Here is a link to what I have:
http://www.livetoskateboard.com/cssTest/htmlform.html
I intend to make it much more comprehensive, allowing the individual to insert images and such...but this is just the bare-bones of it.
peace,
Jubs
Heres what I have:
I have an HTML file (htmlform.html) that has form inputs. When you press the button it sends the variables to a PHP file (phptest.php) that organizes the variables and writes them to a text file. Then the last PHP file (phpRec.php) recieves the info from the text file and writes them out in a table.
My question is:
Is there an easier way that I can't see?
Here is a link to what I have:
http://www.livetoskateboard.com/cssTest/htmlform.html
I intend to make it much more comprehensive, allowing the individual to insert images and such...but this is just the bare-bones of it.
peace,
Jubs