On Sat, 14 Apr 2001, Czaries wrote:
> 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);
Why do this?
just do:
print $userarr;
Derick
---------------------------------------------------------------------
PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
SRM: Site Resource Manager - www.vl-srm.net
---------------------------------------------------------------------
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]