[PHP-DEV] Re: Bug #10861 Updated: Array bug w/MySQL

2001-05-18 Thread Czaries
Well thank you for all your help... now I can print the array just fine. But I am having another problem... I need to put that variable into an in_array function... like: if(in_array($user[UserName],array($userarr))) I can't print it into the array, and $userarr[0] doesn't seem to work. Can

[PHP-DEV] Re: Bug #10861 Updated: Array bug w/MySQL

2001-05-14 Thread Czaries
I tried that, too... then I do: $userarr = $board[9]; Then later down the page, I try to put that into an array, like so: print array($userarr); or even: $userarr2 = array($userarr); And they all just print: Array ... and the column value would have, say: Webmaster, LinkChecker, Strategist