Re[4]: [PHP] [newbie] Something is messed up, anybody can help?

2002-03-25 Thread Miguel Cruz
On Mon, 25 Mar 2002, Mantas Kriauciunas wrote: > Well it didn't work with $_session["logged"] $_session is not the same thing as $_SESSION miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[4]: [PHP] [newbie] Something is messed up, anybody can help?

2002-03-25 Thread Mantas Kriauciunas
Hey PHP General List, Well it didn't work with $_session["logged"] and now i found one more interesting thing. it works if i do like this: . $row = mysql_fetch_row($result); $session["uzeriz"]=$uzr_name; $session["logged"]=1; . then i pass: . draw_admin_menu($session["uzeriz"]); ...