Page 1 of 1

Posting forms from MySQL Database

Posted: Thu Jul 10, 2008 5:50 pm
by ameque
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

Posted: Thu Jul 10, 2008 6:38 pm
by califdon
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
I'm afraid you will have to explain what you're doing more clearly. I can't make any sense out your terminology.

Re: Posting forms from MySQL Database

Posted: Thu Jul 10, 2008 7:15 pm
by ameque
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

Posted: Thu Jul 10, 2008 9:00 pm
by califdon
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?
Sounds like you need a basic MySQL/PHP tutorial. Here's a good one:
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