Dear friends, hope you people are fine. Anyone please tell that how to make admin cpnel or give me some url for admin cpanel tutorial. Thank You
I am assuming you mean a control panel for a set of scripts. I would determine all the things the admin needs to be able to do and then initially I would write a different script for each function. The use of defined functions in one file can be helpful for not repeating the same code like the connection data. When I had them all working as desired I would consolidate them into a more coherent form if possible or simply link to them from a central page. The last thing I would do is add the session() feature and login confirmed to each page if I were going to use a php login for the admin section.
Hi, The control panels which are developed for the each website are specific to it and have tools respective for that website. The only thing common is that the first screen is a login screen and after login there are links for various tools. There is not documentation or tutorial for it and I think no one will share a URL with you of the control panel until someone has one developed for demo purposes. SO if you can share a bit more about the website for which you need to develop a cpanel using PHP then I might throw some light on what type of tools its should have. Cheers, ~Maneet
Thank you very much for replying I new student of php and Mysql. I want to make a cpanel to control my website. To put something on my website directly from database. Hope you people guid me how to do it. Thank You
I doubt you can code a "cpanel" if you are a novice. Try installing webmin, it's a free alternative to cpanel, but it's for more advanced users.
Wemin is a hosting control panel like your cPanel in your hosting account. I think what I hear you saying is that you want a CMS solution for your site. A CMS gives you a backend (admin section) where you post your content to a database and then a series of scripts produce the finished page. Tell us a little about the type of site you would like to make. Post a couple of example sites in this format site you can post links yet somesite*com.
I think you got my point. I want when i finish my website layout after that i can not edit it through softwares like (Dreamweaver, Front page). I want to edit my website directly through database (backend) not all website but some particular section. Like: pictures, Texts, For example: when you visit a programmed website. www.somewebsite.com/cpanel. The browser will ask you a username and password when you put it the browser will take you in control panel where you can edit your website. ( by using PHP & MySql) I had tried before. I was successful to make a database and connect it to PHP and make html form for username and password with php programing. But after that i dont no what to do. How to make tool on my backend and how its work.