bonked Posted May 3, 2007 Share Posted May 3, 2007 Hey guys, i am trying to use PHP to develop a login system where users can login and then access information regarding their account having to do with Gaia, a MMORPG game. The website is for a bank where the users deposit gold. The point of the system is so the user can see their balance of gold which is easily inputted by staff and then displayed to the user, and only that user. Any idea of how i might be able to do this? Link to comment https://forums.phpfreaks.com/topic/49890-please-help/ Share on other sites More sharing options...
corbin Posted May 3, 2007 Share Posted May 3, 2007 Is the gold value stored in a database? Are the usernames/passwords stored in a database? If so what is the structure of the database? Link to comment https://forums.phpfreaks.com/topic/49890-please-help/#findComment-244730 Share on other sites More sharing options...
bonked Posted May 3, 2007 Author Share Posted May 3, 2007 No, the gold is not accessible through a database...i just want something so i can manually input the user and his/her gold amount and then that user will be able to view their account balance by logging in. Link to comment https://forums.phpfreaks.com/topic/49890-please-help/#findComment-244766 Share on other sites More sharing options...
Barand Posted May 3, 2007 Share Posted May 3, 2007 Can't they use telepathy, or just guess their balance, just like we have to when it comes to finding out how the balances are stored for each user? Link to comment https://forums.phpfreaks.com/topic/49890-please-help/#findComment-244788 Share on other sites More sharing options...
bonked Posted May 3, 2007 Author Share Posted May 3, 2007 Not really. I need to find out if i can link it to a data base. Link to comment https://forums.phpfreaks.com/topic/49890-please-help/#findComment-244795 Share on other sites More sharing options...
ToonMariner Posted May 3, 2007 Share Posted May 3, 2007 that is what php and mysql love to do every nanosecond of the day.... it looks like you need an introduction http://www.sitepoint.com/article/mysql-3-getting-started-php Link to comment https://forums.phpfreaks.com/topic/49890-please-help/#findComment-244858 Share on other sites More sharing options...
bonked Posted May 5, 2007 Author Share Posted May 5, 2007 Hey guys, it may help me and you to go to the site and have a look. http://rpog.gaiatools.com/ Link to comment https://forums.phpfreaks.com/topic/49890-please-help/#findComment-246121 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.