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
If you look on footprints for the Wordpress solution. There I am using the web api in php to make calls to login users and check there login status. In the zip file look in the following folder
wp-content\themes\McCarter at the header.php. There I am making the php calls to the web api. Also the mcc-config.php in the same folder has a few varibles defined.
Let me know if you need anymore assistance with this.
Jon