Hello, I'm building this web application that has to communicate with some other web servers. This communication is done by sending and receiving XML. I discovered I don't have curl support compiled in PHP and was wondering if there are other ways to send and receive XML?
1. Perhaps I can communicate with curl by using exec (I�ve installed the curl RPM package)? 2. Or perhaps �fsockeropen()� could do the job. In both cases I don�t have any experience with any of these 2 functions. Does anyone have an example for me? Thanks, Karel

