?
| Current Path : /home/webyoo/www/backup/allback/docteurs/ |
| Current File : /home/webyoo/www/backup/allback/docteurs/supp_post.php |
<?
include "start.php";
if(isset($_GET['id']))
{
$delete = mysql_query("DELETE FROM doc_posts WHERE id={$_GET['id']}");
?><SCRIPT language=javascript>window.location="liste_blog.php";</SCRIPT><?
}
?>