login page

liunx

Guest
can anyone direct me to a bit of code so I can do a login page where, when the username and password are entered the user will be directed to a specific page.<br />
It does need to support multiple users as I need to create 52.<br />
<br />
Thanks<!--content-->You'll have to create a login system in order to have this tow work. How you keep track of the data is up to you but the easiest way is PHP/MYSQL if u ask me. Perhaps storing data in a textfile is an option too if you are not too worried about security<br />
<br />
Another option is the HTaccess way which is (imho) a little hard to work with.<br />
<br />
Here are some links to tutorials:<br />
<br />
PHP/mysql : <br />
- <!-- m --><a class="postlink" href="http://www.phpdeveloper.org/section/tutorial/41">http://www.phpdeveloper.org/section/tutorial/41</a><!-- m --><br />
- <!-- m --><a class="postlink" href="http://martin.f2o.org/php/login">http://martin.f2o.org/php/login</a><!-- m --><br />
- <!-- m --><a class="postlink" href="http://www.free2code.net/tutorials/programming/php/4/phplogin.php">http://www.free2code.net/tutorials/prog ... plogin.php</a><!-- m --><br />
<br />
Htaccess/php :<br />
- <!-- m --><a class="postlink" href="http://www.spoono.com/tutorials/php/password/">http://www.spoono.com/tutorials/php/password/</a><!-- m --><br />
- <!-- m --><a class="postlink" href="http://www.freewebmasterhelp.com/tutorials/htaccess/">http://www.freewebmasterhelp.com/tutorials/htaccess/</a><!-- m --><br />
<br />
<br />
<br />
If you use the force (<!-- m --><a class="postlink" href="http://www.google.be">http://www.google.be</a><!-- m -->) and search for htaccess or login script you should find alot more!<!--content-->Originally posted by [ArcanE] <br />
You'll have to create a login system in order to have this tow work. How you keep track of the data is up to you but the easiest way is PHP/MYSQL if u ask me. Perhaps storing data in a textfile is an option too if you are not too worried about security<br />
<br />
<br />
<br />
do you know of a simple javascript solution? It doesn't have to be extremely secure.<!--content-->
 
Back
Top