PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
if (password == false)
login = 0;
if (password == true)
login = 1;
if (isset(login))
//end the script and open file welcome.php
else
//end the script and open file invalid_password.php
ya i thought that but include will just insert the code into the current script. i need it to close the current script and then open the script specified. any other ideas?