|
Your Not Telling AJAX its an XML File you missing the XML Header go lookup on XML Standards,
echo "<?xml version="1.0" encoding="iso-8859-1"?>";
and make sure you echo it coz that header in php buggs if short tags are allowed
__________________
Working towards a Internet where we don't have website just browser applications Kill the Hyper-link and say hello to 3D Games in the browser :)
|