我从来没有做过这样的 PHP/MYSQL 技巧来加入多表。请有这方面经验的人帮忙:
$qry=mysql_query("select {$table_prefix}user_cv.*, {$table_prefix}advertising.* from {$table_prefix}user_cv, {$table_prefix}advertising where {$table_prefix}user_cv.publish='yes' and {$table_prefix}advertising.publish='Y'");
mysql 查询返回 0 个结果。