I am a bit confused here on how I implement an array into JS from PHP....
I\'m doing this for testing - eventually I\'ll use long polling or websockets if they get h
Be sure you're echoing the PHP data into the tags
echo
As an aside, it's a good idea to avoid using short tags ( and ?>) in a production setting--many servers have them disabled by default, and it's a really annoying way to have your code break.
?>