sql在页面执行不通过
sql语句在页面执行就报错,放到phpmyadmin执行正常
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->select * from bn_product where Id=4;create table abc(cmd varchar not null)--
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><?phprequire_once ("config.php");$Id=$_GET["Id"];$me="select * from bn_product where Id=".$Id."";$sql=mysql_query($me);$myarr=mysql_fetch_array($sql);?>