View Single Post
  #5 (permalink)  
Old 25-02-2005, 10:25 AM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,373
Rep Power: 119
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
Let's say the user is authorized with correct username password, and the location value is saved in $location

You can use the following code to redirect user after authorized:
PHP Code:
<?php header("Location: " $location); ?>
Note: cannot have any output before header()
__________________
LiewCF | Malaysia Bloggers Forum
Reply With Quote