La catégorie a été ajoutée avec succès.
'; } ?>page_links(); ?>
retour sur la page login if(!$user->is_logged_in()) { header('Location: login.php'); } if(isset($_SESSION['userid'])) { if($_SESSION['userid'] != 1) { header('Location: '.SITEURL); } } //show message from add / edit page if(isset($_GET['delcat'])){ $stmt = $db->prepare('DELETE FROM blog_cats WHERE catID = :catID') ; $stmt->execute(array(':catID' => html($_GET['delcat']))); header('Location: categories.php?action=supprime'); exit; } // titre de la page $pagetitle= 'Admin : gestion des catégories'; require('../includes/header.php'); ?>