does anyone have a simple php code that does user/login page, once the user logs in, it goes to their specified html/php location.
For example:
username: phpuser1
password: phpscript1
default directory: http://www.phpuser.com/phpuser1/index.php
username: phpuser2
password: phpscript2
default directory: http://www.phpuser.com/phpuser2/index.php
username: phpuser3
password: phpscript3
default directory: http://www.phpuser.com/phpuser3/index.php
Something of that sort. I've searched everywhere and can find a simple code, I am new to php! If anyone can help, thanks alot.