SELECT coursereview.ID, coursereview.courseid, coursereview.review, coursereview.image, coursereview.userid, coursereview.name, course.city, course.state phpbb_users.username
FROM coursereview, course, phpbb_users
WHERE coursereview.id >= 4
LEFT JOIN (coursereview.courseid = course.id)
MySQL said:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '.username FROM coursereview, course, phpbb_users WHERE coursere