I removed the 5 lines at the bottom of the setting.php page. It still works the same as before. All 3 usrname/passwds go to the clients_lounge.php
Perhaps if you took a look, it would be clearer...
http://www.ernstcommunicationsgroup.com/
You hit the button "client login" (the link for which is:
http://www.etc.com/php/clients_lounge.php)
which takes you to the login page...
Even though I put the code
Code:
<? include("protection.php"); ?>
<?
if (file_exists("$loginname.php"))
include("$loginname.php");
else if (file_exists("$loginuser.php"))
include("$loginuser.php");
else
echo "No user file found! - $loginuser";
?>
into gary.php and put it into the same directory as clients_lounge.php, the gary one doesn't come up.
Does it perhaps have to be a different button??
Thanks