[snip] session_start(); if ( !$_SESSION['user_id'] ) { exit(); }
[/snip] Are you sure you are getting past the if ( !$_SESSION['user_id'] ) condition? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php