Version 2007-10-27
This commit is contained in:
parent
b8e951f59d
commit
4909921671
98 changed files with 6096 additions and 2268 deletions
25
pages/suppr_msg.php
Normal file
25
pages/suppr_msg.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Halo</title>
|
||||
<link rel="stylesheet" media="screen" name="design" href="design/design.css">
|
||||
<?php
|
||||
require('../connectBDD.php');
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<?php if (isset($_POST['msg_sup']) && $_POST['msg_sup'] != '') {
|
||||
|
||||
mysql_query("DELETE FROM mail WHERE id='{$_POST['msg_sup']}'");
|
||||
@header("Location: lire_message.php");
|
||||
?><SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="lire_message.php"
|
||||
</SCRIPT><?php
|
||||
}
|
||||
else { @header("Location: lire_message.php");
|
||||
?><SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="lire_message.php"
|
||||
</SCRIPT><?php }
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue