> Oops, I'm still getting an error message in IE and it is acting wonkie
> in Firefox. Any thoughts?

addslashes() gets the data into MySQL, it doesn't alter what you get
back out of it, i.e. you will read back single slashes.

You need to escape the backslash before sending from server script to
webpage, as in -
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/431af9ec19648844/6f1a2ea4bc302a4d?lnk=gst&q=escape+backslash#6f1a2ea4bc302a4d

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to