syntax error, unexpected \$sql\ (T_VARIABLE)
浏览量:412
why:
how:
$link=mysqli_connect($ip, $username , $pwd , $db )
$sql=" from $tabel where $searchId = $id";
$result=mysql_query($link,$sql);
if($row=mysql_fetch_array($result))
{
第一行没写分号, 肯定是哪里结尾处没加上分号。

感谢支持与鼓励~