[PHP] Multiple asynchronous requests (ajax) [SOLVED]

2007-10-24 Thread Philip Thompson
After doing some reading, I figured out that I was causing a race condition because my request was declared globally. I fixed this by making it local. So, it had nothing to do with the addPoint() function, but I just saw the affects there. I read this here (http://developer.mozilla.org/en/docs/AJA

[PHP] Multiple asynchronous requests (ajax)

2007-10-24 Thread Philip Thompson
Warning... this is ajax-related and not necessarily PHP (even though it calls PHP scripts). I sent this to several JS lists, but haven't received a response, so I thought I'd query this list to see if anyone here had an idea. ~Philip On 10/24/07, Philip Thompson <[EMAIL PROTECTED]> wrote: > > Hi