include "Up.php";
include "backend/Mis.php";
?>
$sql ="select * from sd_news where NewsID=".Trim($_GET['NewsID'])."";
$result = mysql_query($sql);
if ($result)
{
$RS=mysql_fetch_assoc($result);
$Title=$RS['Title'];
$Url=$RS['Url'];
$Pic=$RS['Pic'];
$Content =$RS['Content'];
$Content= str_replace("\n", "
", $Content);
$AddDate=$RS['AddDate'];
$result = mysql_query($SQl);
mysql_free_result($result);
}
?>
![]() |
||
|