teamramrod Posted May 1, 2008 Share Posted May 1, 2008 I am using the php cURL functionality to grab some XML content from and API and need to convert that to an HTML form once I receive it. I have gotten the API to return the correct XML but can't figure out how to convert it to HTML. More Info: The API is a contact importer - users enter their email login credentials, and get returned all the contacts in the email address book so they can invite friends. Can anybody please help, or direct me somewhere I can get more info on how to do this. Thanks! Link to comment https://forums.phpfreaks.com/topic/103749-php-curl-and-xml/ Share on other sites More sharing options...
rhodesa Posted May 1, 2008 Share Posted May 1, 2008 You can use SimpleXML to traverse the XML and read the data from it Link to comment https://forums.phpfreaks.com/topic/103749-php-curl-and-xml/#findComment-531190 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.