Game Development Community

Using PHPand MySQL to authenticate Login

by David Byrge · in Torque Game Engine · 08/16/2007 (6:16 pm) · 1 replies

I have a website that will register and allow those who are registered to login. I am using php and mysql. When the torquedemo.exe is ran I want the mainmenu gui to display a login button. When the button is clicked I want it to display a username and password field. I want the contents that the user enters to be authenticated through either the php then mysql or straight to the mysql. Currently I have the gui finished but the code is lacking for getting the users contents to be authenticated.

Has anyone else tried this and succeeded? Is there anyone willing to share the info with me? Is what I am saying making sense to anyone? :)

#1
08/16/2007 (9:33 pm)
@David,

Have you ever visited these two threads?
Web based authentication using PHP and mySQL.

And Better security.


I have an experience making my login system using above two resources. It was rather simple to implement.