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 Quote 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 Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/256672-php-help-please/#findComment-1317650 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.