·您当前的位置:首页 > 技术教程 > AS2与AS3技术 >

[AS3]ajax与php交互代码实例源代码参考(3)

时间:2013-03-06 08:47cnblogs.com
服务端执行页面 show.php ? php include_once'DB.class.php'; $ tg = new DB('localhost','root','wangxiang','fenghua','UTF8'); if($_GET[tag]=='show') { $ sql = SELECTId,titlefromnewslimit0, .$_GET[id]; my

服务端执行页面 show.php

  1. <?php 
  2. include_once 'DB.class.php'; 
  3. $tg = new DB('localhost', 'root', 'wangxiang', 'fenghua', 'UTF8'); 
  4.  
  5. if($_GET[tag]=='show') 
  6.     $sql = "SELECT Id, title from news limit 0," . $_GET[id]; 
  7.     mysql_query("set names 'utf8'"); 
  8.     $item = $tg->getAll($sql); 
  9.      
  10.     sleep(1); //暂停1秒 
  11.      
  12.     for($i=0; $i<count($item); $i++) 
  13.     { 
  14.         echo "<a href=news.php?nid={$item[$i]['Id']}>{$item[$i]['title']}</a><br>"; 
  15.     } 
  16. else if($_GET[tag]=='add') 
  17.     sleep(2);//暂停2秒 
  18.     if($_POST[user_name] != '' && $_POST[user_age] != '' && $_POST[user_sex] != '') 
  19.     { 
  20.         $sql = "insert into news (title, pic_path, content) values ('".$_POST[user_name]."', '".$_POST[user_age]."', '".$_POST[user_sex]."')"; 
  21.         mysql_query("set names 'utf8'"); 
  22.         $insert_id = $tg->insert($sql); 
  23.          
  24.         if($insert_id > 0) 
  25.         { 
  26.             echo "插入成功!"; 
  27.         } 
  28.     } 
  29.     else 
  30.     { 
  31.         echo "资料填写不全"; 
  32.     } 
  33. ?> 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器