deletedeviceaccount.php
时间:2008-01-13 来源:061107
?php require_once('../Connections/deviceandaccount.php'); ?>
?php
mysql_select_db($database_deviceandaccount, $deviceandaccount);
$ID = $_GET[id];
$query = "delete from deviceaccount where id='".$ID."'";
if(mysql_query($query))
{
?>
div align="center">
p> /p>
p> /p>
p>删除成功!/p>
/div>
?php
}
else
{
?>
div align="center">
p> /p>
p> /p>
p>删除成功!/p>
/div>
?php
}
?>
meta http-equiv=refresh content=1;URL=accountallinformation.php>
td height="52">a href="./deletedeviceaccount.php?id=">删除/a>/td>
相关阅读 更多 +
排行榜 更多 +