Logged In: NO

Well you have likly figured this out by now, however I'll answer just incase someone else is looking. This script is writen useing GLOBALS so you must have GLOBALS turned on, which as you may know is not standard practice anylonger. New versions of PHP come with it turned OFF in the ini file for security reasons. I'm re-writting it to use $_POST

Ryan