Hello Robert,

Thursday, April 22, 2004, 8:02:55 PM, you wrote:

RS>   $cat_id = $cats[id_num];

Try this:

$cat_id = $cats['id_num'];

You need to quote array elements otherwise PHP expects a constant.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

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

Reply via email to