I was missing something to view the logs so I installed Firefox and Firebug.
Then I saw the data was being block by Cross Domain Issue.
Added this to my php file then I could read the arrays successfully
<?php
header("Access-Control-Allow-Origin: *");
Final issue, I am now getting
"TypeError: e is undefined
...==t}},CLASS:function(e){var t=C[e+" "];return t||(t=RegExp("(^|"+M+")"+e+"("+M+"... |
jquery....min.js (line 4
using jquery 2.0.3.min.js
thanks in advance