AnalCoder Posted August 2, 2008 Share Posted August 2, 2008 I would like to know where I have to learn in php, how the logic is. I want players to be able to ask to join a team, and the team captain to have the option to accept/decline. How would it work? Not asking to be spoon fed btw. Point me in the right direction atleast. thank yOU! Link to comment https://forums.phpfreaks.com/topic/117878-please-help/ Share on other sites More sharing options...
phpretard Posted August 2, 2008 Share Posted August 2, 2008 http://www.w3schools.com/PHP/default.asp http://www.php.net/manual/en/index.php Here are some of my favorites. Link to comment https://forums.phpfreaks.com/topic/117878-please-help/#findComment-606338 Share on other sites More sharing options...
cooldude832 Posted August 2, 2008 Share Posted August 2, 2008 look up basic php/mysql user interface scripts and start there once you got that down you can add some custom functions to your user login/logout stuff such as grouping users as you want to. Its a 3 table system really though and isn't terribly difficult Link to comment https://forums.phpfreaks.com/topic/117878-please-help/#findComment-606341 Share on other sites More sharing options...
maxudaskin Posted August 2, 2008 Share Posted August 2, 2008 http://www.w3schools.com/PHP/default.asp http://www.php.net/manual/en/index.php Here are some of my favorites. Start with w3schools, then start building more and more complex codes and de-code other popular PHP codes such as PHPBB and Joomla to learn of new methods and functions. Link to comment https://forums.phpfreaks.com/topic/117878-please-help/#findComment-606346 Share on other sites More sharing options...
DeanWhitehouse Posted August 2, 2008 Share Posted August 2, 2008 don't forget tizag.com Link to comment https://forums.phpfreaks.com/topic/117878-please-help/#findComment-606353 Share on other sites More sharing options...
MasterACE14 Posted August 3, 2008 Share Posted August 3, 2008 if you're after a book I recommend PHP 5 in easy steps and SAMS Teach Yourself PHP in 24 hours Link to comment https://forums.phpfreaks.com/topic/117878-please-help/#findComment-606451 Share on other sites More sharing options...
JasonLewis Posted August 3, 2008 Share Posted August 3, 2008 I recommend Google. Once you get some basics, you'll use it more often. Link to comment https://forums.phpfreaks.com/topic/117878-please-help/#findComment-606452 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.