How to Delete Pages and Menu from PHP
In this tutorial i will tell you “How to Delete Pages and Menu from PHP Admin panel“. It is very important to delete the non important pages from website.in previous tutorial we have already discussed how to create pages in php as well as how to create menu in php.today we will learn how we can manage that pages and menu via admin panel.
So here is the list of process which we do for this purpose.
- create delete_pages.php page
in this page we write php commands to delete the pages on the basis of ID which we retrieve from database by directly clicking on page delete link. - Create delete_menu.php page in this page we make some queries to delete the desire menu from navigation bar.
- we make some changes on index.php page in order to make it more attractive.(add some text and picture).
- make some changes in admin_panel.php the main changes goes here as it is the most active page on admin side.
that’s all we do in this video.i hope this tutorial is very useful for you.if you have some issue and problem regarding this tutorial comment on us.
you may also like to read how to Change Apache Port 8080 – Apache not running in xampp.