Parse error
Jeg får følgende fejl:Parse error: syntax error, unexpected T_ECHO in /home/dating8/public_html/newland/tours_detail.php on line 15
Line 14:
$query_rs_tourDetail = "SELECT * FROM tbl_tours INNER JOIN tbl_country ON
Line 15:
tbl_country.countryID = tbl_tours.country WHERE tbl_country.region =". $_get['regionID'] ." ORDER BY
Line 16:
tbl_country.countryName" echo $query_rs_tourDetail;
Kan nogen hjælpe?
Mvh,
Christian
