Hi:
I have:
if (($Username == $Loginusername) && ($Password == $Loginpassword))
{
echo("<script>parent.location.href</script>");
}
else
how can I make so when the username and password are both verified, that it will load up or goto a certain url or page.
Thanks,
Steve