Hi, guys!
I'm trying to figure out how to post data from an HTML form to an HTML. I don't know if I'm very clear but, 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'd 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 appreciated!
Thanks.
Hello john88,
|
You can't post data from html to html, you need a programming language to achieve this and you can easily achieve this with php, there's a lot of precoded script like this on the net. What you need is a CMS (content management system). A script that allows users to enter theiir messages, comments or whatsoever via a form.
|
This isn't an incredibly hard problem to solve in PHP, and it works even better with MySQL, but given what I'm guessing is your level of experience programming, I'd sooner install something like MediaWiki or Drupal.
|

