Jump to content

parse error on query - Unexpected T_STRING


BoarderLine

Recommended Posts

Hi all, I am receiving the following parse error from the below query but am unsure why?? Any ideas appreciated thanks.

 

Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\Club_Index.php on line 42

 

$query_rsClubList = "SELECT clubs.ClubID, ImageFile, ListingCat, Club_Name, Discription, City, Address, Club_Contact FROM clublistingpics, clubs WHERE clublistingpics.ClubID = clubs.ClubID AND clublistingpics.Default = "YES" ORDER BY Club_Name";

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.