exec($inssql); &"/> exec($inssql); &">

Home  >  Article  >  Backend Development  >  传值,该怎么解决

传值,该怎么解决

WBOY
WBOYOriginal
2016-06-13 13:33:52681browse

传值
就是添加成功后:[code=PHP][/code]
$inssql="insert into lookphoto (lkid,lkphoto,gaid) values ('','".$name."','".$gaid."')";
$result=$obj->exec($inssql);
  if($result){
  echo "";
  }
怎么样把gaid==$gaid;?>值传到zpzs_select.php页面去。我是这样写的,但是是错没有传过去。请教一下我,谢谢!

------解决方案--------------------
echo "";

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn