Error description: 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 '12520.listing as l
INNER JOIN
specdays_loc' at line 4
SELECT l.ListingID as lid, l.Name as name, l.street as street, s.Postcode as postcode, s.Name as suburb, st.Abbr as state,
l.phone as phone, l.fax as fax, l.email as email, l.url as website,
l.Facebook as facebook, l.twitter as twitter, l.Youtube as youtube
FROM 12520.listing as l
INNER JOIN
specdays_locations.suburb s ON (l.SuburbID = s.SuburbID)
INNER JOIN
specdays_locations.region r ON (s.RegionID = r.RegionID)
INNER JOIN
specdays_locations.state st ON (r.StateID = st.StateID)
WHERE ListingID =
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in
/home/winaus/mantle/inc/func.inc.php on line
2184