On Dec 31, 8:42 am, Dan44 <[email protected]> wrote:
> I removed the php file from my server, deleted the bad addresses out
> of the mysql database and even removed the GoogleMap credential string
> from the pages. This is not stopping the loop - does anyone know how
> to end it?  Does anyone know if there is a time-out eventually?

This isn't an API question, is it; it's a server-side PHP question.
The server has loaded the script into its memory and is executing it.
If removing the incorrect records from the database hasn't stopped it
(presumably they are only selected once, at the start), then I doubt
it will stop of its own accord. The process needs to be killed. If you
have command-line access to the server, you may be able to do that; if
you don't have access, you will need to call your server support and
own up to your mistake.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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