[PHP] seesion_register() with arrays

2002-05-31 Thread Douglas - IG
Hi All, I´m trying to register into a session an array which has returned from a mysql_fetch_array function. But when I call $array it returns empty or something like this. Do you know how can I do this operation? Regards! Here go my scripts: ? # script1.php4 session_start(); $sql = select

RE: [PHP] seesion_register() with arrays

2002-05-31 Thread John Holmes
Message- From: Douglas - IG [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 7:17 PM To: [EMAIL PROTECTED] Subject: [PHP] seesion_register() with arrays Hi All, I´m trying to register into a session an array which has returned from a mysql_fetch_array function. But when I call $array