On Sun, July 10, 2005 7:50 pm, Thomas Bonham said: > I have been trying to update & fix the errors. > With the new code (That I will post at the end), I'm only getting one > error and that is that it can't start the session because that it has > been started. Whoops! If you've set php.ini to ALWAYS start a session, then you don't need session_start() after all. Sorry! You may still be experiencing the bug where session data comes back as "string references" var_dump($_SESSION); in several places. If you see & in front of your strings, then that's your problem. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php