Posting forms from MySQL Database
Moderator: General Moderators
Posting forms from MySQL Database
I have a table that is called up by PHP from MySQL database. Currently the form displays but when you post it doesn't work. Any help on this? URGENT and Thanks
Re: Posting forms from MySQL Database
I'm afraid you will have to explain what you're doing more clearly. I can't make any sense out your terminology.ameque wrote:I have a table that is called up by PHP from MySQL database. Currently the form displays but when you post it doesn't work. Any help on this? URGENT and Thanks
Re: Posting forms from MySQL Database
Am running a dynamic site that is all loaded from the MySQL database. However, the feedback form does not work when it is posted. How do I get PHP to function with the form from the MySQL?
Re: Posting forms from MySQL Database
Sounds like you need a basic MySQL/PHP tutorial. Here's a good one:ameque wrote:Am running a dynamic site that is all loaded from the MySQL database. However, the feedback form does not work when it is posted. How do I get PHP to function with the form from the MySQL?
http://www.phpf1.com/tutorial/php-mysql-tutorial.html
Or maybe you need the one on Forms:
http://www.phpf1.com/tutorial/php-form.html