TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   General (http://www.talkphp.com/general/)
-   -   Need help on creating a simple php/mysql form (http://www.talkphp.com/general/5568-need-help-creating-simple-php-mysql-form.html)

timreichhart 09-09-2010 05:32 PM

Need help on creating a simple php/mysql form
 
Hi Guys
I am just wondering if somebody can point me in right direction or help me create a simple php form that is using mysql so I can update mysql database.

the form is only 2 things like email address and quota then a submit button.

the database does have id,email,password,quota but password does not need to be in there.

this how my database is setup: UPDATE `mail`.`users` SET `quota` = '' WHERE `users`.`id` =;

then query is SELECT *
FROM `users`
LIMIT 0 , 30

Krik 09-13-2010 08:51 PM

Quote:

this how my database is setup: UPDATE `mail`.`users` SET `quota` = '' WHERE `users`.`id` =;
That's an update query really doesn't tell us much about your database.

What code do you have so far? Have you created the HTML form yet?

There are some basic parts you should be able to do yourself, like the form, and then post is here (using the html, php, or code BBcode tags) so we have a better idea of how to help you.


All times are GMT. The time now is 07:46 AM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0