Page 1 of 1

PHP Admin Panel - Add page

Posted: Wed Dec 24, 2008 1:22 am
by creedgaming
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 :)

Re: PHP Admin Panel - Add page

Posted: Wed Dec 24, 2008 2:41 am
by novice4eva
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.