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!
Code:<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>


Reply With Quote

Bookmarks