I want tht whn a user is logeed in,the user can see a page.hw it can be done in php..as:
if($valid_user==1)
echo "You are logged in";
else
echo "Enter again";
In ths code I want tht whn the valid_user has value 1 the control shld be directed to a specific page rather then to show this msg.?
Kindly Guide?
Regards,