Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Dear sir

I want to know how to make the admin page ? the admin has permissions that access , add , edit , delete and modify of website so if any web developer answer me ;) .. Best regards to all web developers :) .. hope to find quick answer
Posted
Comments
[no name] 16-Sep-12 0:09am    
Well you create a page and call it "admin". Then you write the code for a the "add" function. Then write the code for the "edit" function. Then write the code for the "delete" function. Repeat for all other functions you want your admin to do.
AmitGajjar 16-Sep-12 2:29am    
Are you developing Content Management Software ?

1 solution

Wes explained what you need to do. There is no difference in designing Admin page then others. Admin page will have UI for changing configurations and add few things to app. Its the accessibility to the page that differs. Only defined users will have access and view to this Admin page.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900