选择查询中的php变量

时间:2013-07-04 02:25:54

标签: php mysql variables

我很确定这是一个语法问题,但也可能存在其他问题。

最终,我正在尝试从将在insert语句中使用的数组创建变量,但我无法通过带变量的select语句。

有一段时间我$country_id = $coun;$country_id = mysqli_real_escape_string($coun);var_dump建议mysql_real_escape_string阻止$country_id取得{{1}的值}}

当我检查$coun上的错误时,它吐出的查询在$q上正常工作,但数组输出NULL值。

我很难过。

以下是代码:

phpmyadmin

1 个答案:

答案 0 :(得分:0)

我得到了一些帮助,事实证明问题在于" assoc"应该是"数组。"它现在看起来像这样。 $row = mysqli_fetch_array($r);