I\'ve got a php array:
$toField = explode(\",\", $ids); //Which looks something like \'24,25,26,29\'
I want to pass this array via jQuery AJAX
you can get the string in the php code and separate it on the comma, then loop through the values.
http://us3.php.net/split