2009-01-06 21:24:13 (CET) User Warning Invalid query -> SELECT w.*,pro.province_name as provincename,a.area_name as areaname ,
t.town_name as townname,p.type_name as proptypename,
st.status_name as statusname
FROM property as w, areas as a, towns as t,property_types as p,provinces as pro,property_status as st
WHERE 1
AND w.property_type_id=p.type_id
AND a.area_id=w.area_id
AND t.town_id=w.town_id
AND w.status_id=st.status_id
AND pro.province_id = w.province_id
AND w.property_id=/id
You have an error in your SQL syntax near '/id
' at line 11/home/virtual/site1/fst/var/www/html/bundle/includes/config.php line228
2009-01-06 21:24:13 (CET) Warning mysql_fetch_array(): supplied argument is not a valid MySQL result resource You have an error in your SQL syntax near '/id
' at line 11/home/virtual/site1/fst/var/www/html/bundle/classes/Property.php line48