Quote:
Originally Posted by stonyarc
This is probably data related.
|
INSERT INTO googlemaphse
(userid,
username,usergroupid,cat_id,title_map,date _map,text_map,
text_description_map,lat_map,lng_map,url_location, url_thread,img_location,
approve,creation) VALUES ('197',
'O'Rei','7',
'2','O\'Rei','','Allora?','Insert full description here.',
'41.83682786072714','13.1396484375','','','',
'1','1147028878');
"O'Rei" is the username but the ( ' ) symbol seems is not permitted from sql
any help?