Well, then something in your if() statement returns false. Try to print out the $_SESSION array to see what the values really are.
PHP Code:
echo "<pre>"; print_r($_SESSION) echo "</pre>";
EDIT: Just realised you have three identical threads. You do know that you can edit your posts, right?
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
Last edited by lizciz; 01-16-2010 at 06:28 AM..
|