当前位置:Gxlcms > PHP教程 > php中结合Ajax的有关问题

php中结合Ajax的有关问题

时间:2021-07-01 10:21:17 帮助过:2人阅读

php中结合Ajax的问题
删除页:del.php
HTML code

 
  Information
  
 
 
 
  
    

删除信息


[/code]delsend.php
PHP code
" ;
$xml=$xml."" ;
include_once("conn.php") ;
$result=mysql_query("select * from chatcontent") ;
while($rs=mysql_fetch_object($result)){
    $content.="".$rs->user_id."".$rs->name."".$rs->content."".$rs->showdate."" ;
}
$xml=$xml.$content."" ;
echo $xml ;

mysql_close() ;
?>

[/code]startsend.php
PHP code


                     

人气教程排行