不做if语句PHP

时间:2018-11-08 10:49:21

标签: php mysql phpmyadmin

它确实在我的网站上找到0结果,而不是在回显$ row上有任何想法吗?我希望它从我的数据库(phpmyadmin)中提取数据库名称,它的名称为events_table。

 ## Do mser detection, get the coodinates and bboxes on the original  image
      gray = cv2.cvtColor(final, cv2.COLOR_BGR2GRAY)
       coordinates, bboxes = mser.detectRegions(gray)

2 个答案:

答案 0 :(得分:1)

请勿在{{1​​}}之间包装表名,而应使用反引号`,因为这是语法语法错误。因此,您的查询没有0个结果,失败了。

您应该真正提出错误报告,

答案 1 :(得分:0)

您有$conn = new mysqli($servername, $dbname);,其中缺少一些参数

// Hostname: 127.0.0.1, username: your_user, password: your_pass, db: sakila
$mysqli = new mysqli('127.0.0.1', 'your_user', 'your_pass', 'sakila');

http://php.net/manual/en/mysqli.examples-basic.php