Hi all. this is associated with the code by paulnaj above.
if i run it from IE i get this output and no problems (post to database fine)
INSERT into property (property_id,category,development,vparks,type,additional_areas,hot_water,building_style,date) VALUES (551296,'commercial','1','covered','All','loft','solar_electric','other','2005-03-14')
if i run the same page (with out doing anything different) through firefox it dosent work. weird variables are coming up (CFTOKEN,CFID,CFMAGIC) where did it get them from..
INSERT into property (property_id,category,development,vparks,type,additional_areas,hot_water,building_style,CFTOKEN,CFID,CFMAGIC,date) VALUES (588324,'commercial','1','covered','All','loft','solar_electric','other','12446606','685388','685388:12446606','2005-03-14')Invalid query: Unknown column 'CFTOKEN' in 'field list'
cheers aron.