Hello I have a wish list like a shoping caty based on a mysql databse where i retrieve records with php I need to update the quantity which is in a text fields input type = text name = quantity[] value = $quantity input type = checkbor value = $id name = id[] I need to update quantities based on the primary id represented with id with a single submit Can you help me please thanks webdeveloper_5@yahoo.com
The best way is problay to just loop through the ID array and perfrom the update for each product one at a time.