Thread: cURL
View Single Post
Old 2006-10-03, 09:51 AM   #5
kitty_kate
Well you know boys, a nuclear reactor is a lot like women. You just have to read the manual and press the right button
 
kitty_kate's Avatar
 
Join Date: Jun 2006
Location: The Colloseum
Posts: 155
Send a message via ICQ to kitty_kate
Ok, my bad. My function is returning the HTTP headers with the content, and that was making the XML parser to give an error. You have to return to the function I gave you and change a parameter inside it.

PHP Code:
curl_setopt($chCURLOPT_HEADERtrue); 
must become

PHP Code:
curl_setopt($chCURLOPT_HEADERfalse); 
This way it will work.
__________________
My Asian Kitty - My Free Sites
kitty_kate is offline   Reply With Quote