我是编程和在线教程的新手。
我有一个错误请帮助。
连接成功
警告:mysql_query():提供的参数不是第 22 行 /home/www/divitiae.net.co/make_my_tables.php 中的有效 MySQL-Link 资源
下面是第22行
include_once("php_includes/db_connect.php");
$query = mysql_query($db_connect, $tbl_users);
if ($query === TRUE) {
echo "<h3>user table created OK :) </h3>";
} else {
echo "<h3>user table NOT created :( </h3>";
}