I got a basic gist of what COMET does (the constant looping on server side, and printing out <script>
tags way), so I am just fiddling with it.
I can pass a simple string from PHP to Javascript that way, but what about PHP arrays? Is there anyway to pass a PHP array to Javascript (casting it to a JS array??) using this method??