Posting forms from MySQL Database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ameque
Forum Newbie
Posts: 8
Joined: Wed Jun 13, 2007 8:18 am

Posting forms from MySQL Database

Post 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
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Posting forms from MySQL Database

Post 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.
ameque
Forum Newbie
Posts: 8
Joined: Wed Jun 13, 2007 8:18 am

Re: Posting forms from MySQL Database

Post 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?
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Posting forms from MySQL Database

Post 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
Post Reply