[jQuery] Re: ajax post variable error in safari/chrome

2008-11-25 Thread RodrigoPoloDOTcom
WebKit sucks parsing Dynamic XML, I had this problem and I found it was because Gzip... The SOLUTION in PHP, add the fallowing code in your PHP code: header('Content-Type: application/xml'); ob_start('ob_gzhandler'); another problem reasons could be that your dynamic XML is not a real XML, my

[jQuery] Re: jQuery XHR problems with safari 3.2

2008-11-25 Thread RodrigoPoloDOTcom
WebKit sucks parsing Dynamic XML, I had this problem and I found it was because Gzip... The SOLUTION in PHP, add the fallowing code in your PHP code: header('Content-Type: application/xml'); ob_start('ob_gzhandler'); another problem reasons could be that your dynamic XML is not a real XML, my