adding functionality to a table
Hi,
I have populated a table with data from a mysql database and it works fine.
What i would like to do now is add a text field to each record in the table. This text field will be for the customer to enter a quantity relative to the associated record.
e.g. Product Price Qty
PHP BOOK £10.99 2 <-- This qty field is what i would like to add.
How can i relate the qty field to the record?
Thanks.
Nick
Patience, perseverance, persistence...yessss!!!!
|