View Single Post
  #7 (permalink)  
Old 01-16-2009, 02:20 AM
karlaredor karlaredor is offline
New Pligger
 
Join Date: Jan 2009
Posts: 1
I also encountered the same problem. I was developing my template using MAMP (the XAMMP equivalent on Mac)
instead of setting $result if you have logged by clicking on Login
PHP Code:
header('Location:  index.php'); 
that worked for me
Reply With Quote