Hello Elliot,

On 11 Mar 2004 at 23:55, Elliot J. Balanza wrote:

> 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?
 
Assuming you've read the introductory sections of the PHP manual and are not trying to 
get other people to spend their time on your project so that you won't need to spend 
yours, please show us your code so that we can help you spot the problem.

Erik

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

Reply via email to