hi - I have a table that contains the number of items in stock - each item comes in five sizes - so one item id, five columns
I can draw it up on screen no problem but I want to have all the stock fields for all the items open to editing at any time - not the more usual single id edit
...when I try to Update, I can't get an item id to identify which table rows on the drawn up html table it should look at to get the quantities
(I don't need 'Insert', as the table is 'added to' when items are inserted elsewhere)
I'm not sure if the $$ thing might help (I'm guessing - I don't really know what $$ is) as I've tried naming the fields:
$myid.$myquantity but then it just becomes a string... and $newpointer=eval($myid.$myquantity) doesn't work
I'm not an expert at this so any simple help much appreciated!
Maybe it's just a bad idea to have all fields open to editing?
I can append more script if anyone thinks it would help.
thanks