Good Afternoon
We have a new web developer who is creating a new signup form for one of our consortium partners websites. They currently work in PHP and being a .net person i have no idea how PHP works (tried it once but never again!). Does anyone have any examples of how to get PHP to connect to the web API and what method they have used to consume the XML? If you could that would be a life saver!
Thanks
Nick
I have no direct experience with this, though I have done a lot of PHP programming in the past. Here's a link to a site that illustrates some examples and methods on how to consume a Web service with PHP:
http://webservices.xml.com/pub/a/ws/2004/03/24/phpws.html
You should convince them to learn .NET though... You can then maintain one standard on your site, which helps for maintenance, plus it's just so much easier to do this kind of thing, especially with the newer versions of .NET!