Is there a way to store a single MySQL data record as a PHP variable?

LenV

New member
I am trying to increment/decrement a quantity counter that is stored on a MySQL table, to do this I need to extract the data so I can work with it, I don't need to use all the values and I am hoping I wont have to deal with an array to do this. The storage engine used is InnoDB and I am using PHP 5
 
Back
Top