Posting Form data to HTML page

Status
Not open for further replies.
I got it working now!

I somehow had quotes around the table name - after I removed them it started working.

Thanks for all of your help Crazed! You're a PHP master.
 
I'm trying to figure out how to POST data from an HTML form to an HTML. Basically, I want to create an easy way for multiple, non-coders to add information to a webpage.

The HTML form will contain a few fields and when it is submitted, I want the data to be added to the existing information on a seperate html page which can be viewed publicly.

My webhosting service allows php-scripting and MySQL, but I don't know how to use MySQL.

Any help would be greatly appreciated!


Sorry if some one's told you info, but don't use HTML to post data, too many vulnrebilitys (Spelling (?)) , use PHP, alot more secure.
 
You can't send a form with PHP, you have to use HTML.

Provided you do proper checks with PHP, nothing is insecure.
 
Status
Not open for further replies.
Back
Top Bottom