PHP头条
热点:

PHP更新数据库记录


  //更新记录

  $query="insert into chinachaodai (name,theindex)values ('公司','1')";

  $result=$mysqli->query($query);

  if($result)

  {

  echo ("返回行数:".$mysqli->affected_rows);

  }

  else

  {

  echo("失败了");

  }

 

  $mysqli->close();

www.phpzy.comtrue/php/19163.htmlTechArticlePHP更新数据库记录 //更新记录 $query=insert into chinachaodai (name,theindex)values ('公司','1'); $result=$mysqli-query($query); if($result) { echo (返回行数:.$mysqli-affected_rows); } else { echo(失败了); } $mysqli-close...

相关文章

    暂无相关文章

PHP之友评论

今天推荐