La licence a été ajoutée avec succès.
'; } ?>Titre | Action |
---|---|
'.html($row['licenceTitle']).' | '; ?>| | '; } } catch(PDOException $e) { echo $e->getMessage(); } ?>
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['dellicence'])){ $stmt = $db->prepare('DELETE FROM blog_licences WHERE licenceID = :licenceID') ; $stmt->execute(array(':licenceID' => $_GET['dellicence'])); header('Location: licences.php?action=supprime'); exit; } // titre de la page $pagetitle= 'Admin : gestion des licences'; require('../includes/header.php'); ?>
Titre | Action |
---|---|
'.html($row['licenceTitle']).' | '; ?>| | '; } } catch(PDOException $e) { echo $e->getMessage(); } ?>