While tracing my ajax connections to the database through chrome, I've found that I have made between 200-500 connections.
I've included a screen shot showing the tons of connections.
I just do an Ajax "Request URL" and Ajax "On Complete" then load the last data into an array
"http://192.168.1.83:7890/rr55.php"
followed by
set value tokenat(AJAX.LastData,EachX,"|")
When I start the game I can load many rows of data rows into my array.
However when I process the rows of data and request more rows, I find I'm having problems with nothing returning from the requests.
Is this an option somewhere?
Perry