I now try to made admin panel and there want add 3 section:
- Edit post
- Remowe post
- Add post
In file admin.php I using sesions, but I dont know how to seperate this 3 sections. I want use this method made 3 section in page admin.php:
- /admin.php?id=edit
- /admin.php?id=remove
- /admin.php?id=add
I want ask you do this decision is correct ?