I am not sure, how to write redirect pages , in Php .. can someone give me illustration
here is my login and password..hp
if (........)
echo "success"'
XXXXXXXXXX
else
echo "wrong password";
basically ,if the user name and password match... Currently i just echo"success"
but what i want is open a new pages called let say main.php ...
Can someone give me illustration about it ?
thanks
Start Free Trial