Rumah > Artikel > pembangunan bahagian belakang > php 传值的有关问题 求高手
php 传值的问题 求高手
....................连接数据库代码省略.............$result=mysql_query("select * from 表名 where id=$_GET['id']");$arr=mysql_fetch_assoc($result); print_r($arr);<br><font color="#e78608">------解决方案--------------------</font><br>在http://localhost/wosheji/lantan/clc.php?id= 6页面中加入<br>if(!empty($_GET)){<br> print_r($_GET);<br>}<br>看看输出什么,如果有id值,那么在if的表达式中加入#1的内容<div class="clear"> </div>