Game Development Community

Login

by David Hill · in Technical Issues · 10/27/2007 (4:05 pm) · 5 replies

Http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=13468

i have just completed this and have it working ok. so does anyone know howi can add usernames and passwords that it will check for?

#1
10/27/2007 (4:29 pm)
You will have to either create a PHP interface to manage accounts or access the MySQL server directly to set them up. Obviously PHP is more convenient. Take a look at the source code to see what fields/tables it expects and then set up your database and populate it accordingly.
#2
10/27/2007 (4:51 pm)
This seems very hard :( and im a noob at this PHP
#3
10/28/2007 (6:29 pm)
I would recommend getting a good book on PHP and MySQL or hiring a database and web programmer if it is necessary for your project.
#4
11/08/2007 (3:12 pm)
You wouldn't have to buy a book on PHP and MySQL. Try w3schools (www.w3schools.com), they have some good tutorials.
#5
11/08/2007 (4:50 pm)
Er, how about just going and downloading the MySQL DB Manager tool from MySQL's website? Doesn't require an install of anything other than MySQL and you don't have to write queries manually.