Re: [Google Maps API v3] Secure mysql database makers on google map

2011-09-03 Thread Cole
Interesting ideas, now I just have to learn how to implement them and determine if the effort is worth it in the end. Thanks for the reply! Overall, I am less concerned about someone trying to access the database that shouldn't be, although I guess that should be a valid concern of mine. I

Re: [Google Maps API v3] Secure mysql database makers on google map

2011-09-03 Thread Cole
As I guessed, I figured there would be no way to fully secure the data. However, is there a way to make my data more secure than it is now? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web vis

[Google Maps API v3] Secure mysql database makers on google map

2011-09-03 Thread Cole
ww.courtsofsorts.com XML: http://www.courtsofsorts.com/phpsqlajax_genxml.php5 (how can I prevent someone from taking this??) Is there any way to prevent this or make my database information more secure? Thanks, Cole -- You received this message because you are subscribed to the Google

[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-25 Thread Cole
I finally got it figured out! The way I was saving my php files was the problem. I was using UTF-8 instead of ANSI. Once I switch problem solved. I guess the UTF-8 was adding an extra space at the beginning of my file which was not visible... Thanks for all the suggestions and help!! -- Y

[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-22 Thread Cole
I have scoured the script for any blank spaces and have not found any, which leads me to believe I am outputting something before header("Content-type: text/xml"); However, being new to HTML and PHP (though I have coded before) I can't tell what is being output before that line of code...d

[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-21 Thread Cole
The problem is I do not know where to put it, as I don't think I am outputting any content before the line of code producing the error. Can the example perhaps be wrong with the placement of this line of code? -- You received this message because you are subscribed to the Google Groups "Googl

[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-21 Thread Cole
I was wrong the initial error was was getting has returned once I added back the line of code...header("Content-type: text/xml"); *Warning*: Cannot modify header information - headers already sent by (output started at /homepages/0/d250423097/htdocs/Databasetest/phpsqlajax_genxml.php5:1) in *

[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-21 Thread Cole
Radina, when I post my script in the XML validator I do get an error however it's not at the top, this is what I receive "XML Parsing Error: no element found Location: http://www.w3schools.com/xml/xml_validator.asp Line Number 47, Column 3: ?> --^" Still at a loss...that is the very end of my c

[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-21 Thread Cole
I added the line of code back in but I didn't notice any changes. Points still won't plot on the map and the XML is not displayed properly...I will run through the example again -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.

[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-18 Thread Cole
Thanks for the reply Martin, I appreciate your help! I did have that line of code in my script "header("Content-type: text/xml");" however I removed it because I thought maybe it was causing the problem based off of the statement below from the tutorial "If you suspect there's a problem with c

[Google Maps API v3] PHP Won't output XML at least I think that's the problem....

2011-08-14 Thread Cole
I am attempting to follow the "Using PHP/MySQL with Google Maps" tutorial http://code.google.com/apis/maps/articles/phpsqlajax_v3.html I have set everything up just as written but for some reason I can't get the finished product. I believe the problem may lie with the PHP script that is creati

[Google Maps API v3] Re: Weird KML Balloon text overflow problem only with embedded map

2011-04-22 Thread Steve Cole
I wanted to post a followup to mark this as "resolved". As it turned out, Andrew correctly suggested that this was a CSS issue. I tried a combination of things so I'm not sure which specific step "solved" it. First, I did add a specific font size within the tag in combination with and tags.

[Google Maps API v3] Re: Weird KML Balloon text overflow problem only with embedded map

2011-04-19 Thread Steve Cole
On Apr 19, 4:44 pm, Joseph Elfelt wrote: > On Apr 19, 4:11 pm, Steve Cole wrote: > > > Yeah, sorry. The HTML page isn't live yet (but the KML is posted). > > Can you share  the link to your KML? Certainly: Http://publicworks.snoco.org/rdclosures/snocordclosures4gmap

[Google Maps API v3] Markers from postcode data

2011-03-03 Thread Cole Henley
Hi We have a CMS featuring membership data one field of which is Postcode information (UK). Is there a way to pass this postcode information (via XML) in the same way you would long|lat information or does this need to be converted first (at either the server or client side)? Regards Cole