Try to send hedaer
header('Content-Type: application/json');
xaoc
2010-03-02 10:41:29
The $month had the values jan,feb,mar,.. instead of '01','02','03',... Somehow Chrome was able to display it but not IE and Mozilla. I changed the values to numerics and got it working..!