ckerr27 Posted February 8, 2012 Share Posted February 8, 2012 Hi I am from Ireland and currently working on a project, it is a web application to manage a chess club. Can anybody give any help on php code to give different access rights to different users of the application (e.g. admin and ordinary members). Also anybody know where I could get code to make a simple chess game? Thanks Link to comment https://forums.phpfreaks.com/topic/256672-php-help-please/ Share on other sites More sharing options...
litebearer Posted February 8, 2012 Share Posted February 8, 2012 perhaps a field called rights in your db table where 0=guest, 1=user, 2=admin http://www.dhtmlgoodies.com/index.html?whichScript=dhtml-chess Link to comment https://forums.phpfreaks.com/topic/256672-php-help-please/#findComment-1315800 Share on other sites More sharing options...
ckerr27 Posted February 13, 2012 Author Share Posted February 13, 2012 That great help thanks!!! When developing the application I am using WAMP. Will I use HTML to design the website and use the php code to access the database? Connor Link to comment https://forums.phpfreaks.com/topic/256672-php-help-please/#findComment-1317645 Share on other sites More sharing options...
QuickOldCar Posted February 13, 2012 Share Posted February 13, 2012 Take a look here. http://php.net/manual/en/tutorial.firstpage.php You keep the html separate from the php in the code. Link to comment https://forums.phpfreaks.com/topic/256672-php-help-please/#findComment-1317650 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.