chandler Posted May 5, 2014 Share Posted May 5, 2014 Hi GuysCan someone point me in the right direction to a tutorial for the following..I want to have an admin login section, once logged in the content becomes editable using ckeditor.Any help be much appricatedThanksChandler Quote Link to comment Share on other sites More sharing options...
trq Posted May 5, 2014 Share Posted May 5, 2014 http://google.com Quote Link to comment Share on other sites More sharing options...
chandler Posted May 5, 2014 Author Share Posted May 5, 2014 (edited) Been looking on google for last few days but not finding anything.. Edited May 5, 2014 by chandler Quote Link to comment Share on other sites More sharing options...
Ansego Posted May 5, 2014 Share Posted May 5, 2014 um. have you done any code for it? This is two parts, login and edit page. Login will set a session and the edit page will check if that session has been set before it allows you to edit it, simple IF Statement. No one here will code it up for you, you will need to code it and if you get stuck as questions. You can also go to the hire part (job offerings) of this website and pay someone for the job. http://forums.phpfreaks.com/forum/77-job-offerings/ Hope this helps. Quote Link to comment Share on other sites More sharing options...
TrickyInt Posted May 5, 2014 Share Posted May 5, 2014 (edited) Hi! It's actually pretty easy to be making such, if you know how to make a login/register system. If you can't/never made a login/register system, then learn it - and then make the other. 2 tutorials: http://www.sunnytuts.com/article/login-and-registration-with-object-oriented-php-and-pdo - Easy and short. Bad security, but great for starting out. - Great and advanced tutorial. Edited May 5, 2014 by TrickyInt Quote Link to comment Share on other sites More sharing options...
chandler Posted May 5, 2014 Author Share Posted May 5, 2014 Thank you guys, I will make the login script, once I have done that will come back for help adding ckeditor...Many Thanks for helping Quote Link to comment Share on other sites More sharing options...
Ch0cu3r Posted May 5, 2014 Share Posted May 5, 2014 will come back for help adding ckeditor... Correction, I will then go an read ckeditors documentation Quote Link to comment 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.