09-09-2010, 05:32 PM
|
#1 (permalink)
|
|
The Visitor
Join Date: Sep 2010
Posts: 1
Thanks: 0
|
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
Last edited by timreichhart : 09-09-2010 at 06:27 PM.
|
|
|
|