PHP Admin Panel - Add page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
creedgaming
Forum Newbie
Posts: 1
Joined: Wed Dec 24, 2008 1:20 am

PHP Admin Panel - Add page

Post 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 :)
User avatar
novice4eva
Forum Contributor
Posts: 327
Joined: Thu Mar 29, 2007 3:48 am
Location: Nepal

Re: PHP Admin Panel - Add page

Post 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.
Post Reply