well i have a php script that list a products from the database a loop that prints out a part of the table and $i++ for next one
so i have a a variables like $name $id and so on and so on
the things is that now i want to add that people can add quantity for that product
i want to add a form and field with quantity and submit (change quauntity) button
how to solve this ?
the only thing i can think of is SESSIONS , to create a session variable for each id but i didn't manage this
can someone help me?