I am having troubles with something ... ok I want to use PHP for this and I want to create a page that will display an ITEM and how many are in stock ... and I want to have like an input thing where like someone can just put like 1 in a box and click sumbit and it will updated the quality of the item how would i do that like set it up?
Thanxs in advance,
Steven
What kind of data base will you be using? Or is it an array of ITEM or a linked list kind of thing...............???? So why not make a form take a input, post the variable and then update your data base accordingly.
Thanks in advance Regards,
I'm going to be using MySQL for the database