Travel and Tourism, Internationals Destinations, South America travel, Expeditions to the most atractives point of interest of South America countries.
ByT - Travel Argentina
Others Tours :
SELECT h.tour_id,
h.name as titulo_en,
h.description as descrip_en,
h.currency_id,
t.description as descrip_es ,
t.name as titulo_es
FROM
tours h,
translationtours t
WHERE
t.tour_id=h.tour_id and
h.cat_id=
order by
tourorder desc 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 'order by
tourorder desc' at line 14
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /www/docs/byt-argentina.com.ar/public_html/prg/detalle_tours.php on line 51