On Thu, 28 Aug 2003 18:14:39 -0400, you wrote:

>While($row=mysql_fetch_array($res) {

>That *should* create the array above, but as I mentioned array_push does not
>seem to be taking the keys....  I just get a Parse error message for the
>line. (the first array_push)

Ahem. Count the brackets? :)

(On a style point, your code would be easier to read for bugs like this if
you added some whitespace.)

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

Reply via email to