I have a web service link to fetch some data from a site.the return data is in XML format. have can i use this URL with PHP ? should i use cURL ?
2
- 2possible duplicate of Calling a Web Service from PHPPekka– Pekka2010-11-08 09:53:53 +00:00Commented Nov 8, 2010 at 9:53
- How do you mean? you get XML from a webservice and you want to parse this xml to data? or do you want to know how to implements webservices in php?Michel– Michel2010-11-08 09:55:09 +00:00Commented Nov 8, 2010 at 9:55
Add a comment |