救救我啊
更新数据库,自己找不出错误在什么地方?
$query = "update new set (title='$xiugai_title',content='$xiugai_content') where id =".$_GET["id"]."";
mysql_query($query) or die (mysql_error());
更新数据库,自己找不出错误在什么地方?
$query = "update new set (title='$xiugai_title',content='$xiugai_content') where id =".$_GET["id"]."";
mysql_query($query) or die (mysql_error());





2008-8-18 09:21


