I need to make a query to a MySQL database that only has two fields, name &
value. That I can do.

Then I need to store the values i receive in an array in the form of:

$variable['name'] = value;

But haven't been able to do it neither with a foreach nor with a do while...
Can anyone please assist me?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to