when i want to delete a page i go to the delete.php?id=XX (XX = ID of the page)
$id = (int) $_POST['id'];
This should be
$id = (int) $_GET['id'];
pritaeas
Posting Prodigy
9,310 posts since Jul 2006
Reputation Points: 1,178
Solved Threads: 1,465
Skill Endorsements: 86