I have a question as to how id go about making a admin panel to go off of my login and then once it does how id go about adding a add a page function in the admin panel so I can add pages and delete them from navigation right within the Admin panel, then perhaps a simple Java Wyswig editor , so i can add html . help is most appreciated
PHP Admin Panel - Add page
Moderator: General Moderators
-
creedgaming
- Forum Newbie
- Posts: 1
- Joined: Wed Dec 24, 2008 1:20 am
PHP Admin Panel - Add page
Moved by moderator to PHP - Code.
I have a question as to how id go about making a admin panel to go off of my login and then once it does how id go about adding a add a page function in the admin panel so I can add pages and delete them from navigation right within the Admin panel, then perhaps a simple Java Wyswig editor , so i can add html . help is most appreciated
I have a question as to how id go about making a admin panel to go off of my login and then once it does how id go about adding a add a page function in the admin panel so I can add pages and delete them from navigation right within the Admin panel, then perhaps a simple Java Wyswig editor , so i can add html . help is most appreciated
- novice4eva
- Forum Contributor
- Posts: 327
- Joined: Thu Mar 29, 2007 3:48 am
- Location: Nepal
Re: PHP Admin Panel - Add page
in our case, we have a separate table for maintaining navigation tabs, and then we have another table that stores all the permissions for a particular group for that menu/navigation item, and it's a easy select statement.