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

传值,该怎么解决

WBOY
Release: 2016-06-13 13:33:52
Original
726 people have browsed it

传值
就是添加成功后:[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 "";

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!