$dbc返回假。您的查询中有一个错误:
SELECt users.*, profile.* --You do not join with profile anywhere.FROM users INNER JOIN contact_info ON contact_info.user_id = users.user_id WHERe users.user_id=3");
Raveren已描述了一般的解决方法。

$dbc返回假。您的查询中有一个错误:
SELECt users.*, profile.* --You do not join with profile anywhere.FROM users INNER JOIN contact_info ON contact_info.user_id = users.user_id WHERe users.user_id=3");
Raveren已描述了一般的解决方法。