PDA

View Full Version : SQL help



flashdragon
June 24th, 2007, 03:55 AM
Im trying to create a page where you can register for my game,and when you create your account you can login with your username and password and also create your own unique ID,then you login to the game(Which is made in flash)In the flash login with your username and pass and the progress youve made save's on your account on the SQL server database.Like:1.create your account with the username and pass(Also create's an ID)
2.Login with your username and pass.
3.Customize you character and play the game and level up and stuff like that.
4.Logout and everything save's on your account(On the SQL database)

magnusvs
June 24th, 2007, 04:57 AM
Sounds like a big job!
Here's a tutorial that can help you with the login:
http://phpeasystep.com/phptu/6.html

To register a user, you could just make a html form and a php scripts using an sql insert.

foodpk
June 24th, 2007, 08:18 AM
So, what's your question?