Log in

View Full Version : Login Help



eXceed69
02-23-2007, 08:17 AM
ok i have been working on my java game and it is progressing well but my CEO has gotten a job to help pay for some of the project or creation so it's been getting slower....

My question! "I" have written this code (HTML) and was wondering how i would setup this login/register script i have my own MySQL the database name i want to use is GameLogin which i have already made and is running right now....

Any help is Wonderful!






<html>
<head>
<title>Knight of Dawn</title>
</head>
<body>
<CENTER>
<form>
Username:
<input type="text" name="user">
<br>
Password:
<input type="password" name="password">
</form>
<p>
Sign Up For A Free Account <a href="http://www.mmro.com/register">HERE</a>
</p>
<APPLET CODE="KnightofDan.class" WIDTH=600 HEIGHT=500>
</APPLET>
</body>
</CENTER>
</html>

mburt
02-23-2007, 11:34 AM
You may want to look into a PHP/MySql CMS. If you already have your database set up this will be an easy one. Try either of these tutorials:

http://www.php-mysql-turorial.com/
http://www.freewebmasterhelp.com/tutorials/phpmysql/

It requires a series of pages to make a successful register/login script. Either of these tutorials will show you how to do so.