echo("<p>USER NAME DOES NOT EXIST</p>"
redirect to another page????
}
else
{
echo("<p>USER NAME ALREADY EXISTS</p>"
}
------
I have this code and I just want to be able to go to another PHP page held on the server. In ASP, it's something like Reponse.Redirect, but I don't know how to do this in PHP. Grateful for any help, Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.