snake Posted August 15, 2013 Share Posted August 15, 2013 I am using CFML not PHP, so trying to decipher the examples. I have got the basic commands working by doing form posts (name/value), however not really sure how the JSON/XML versions work. As far as I can tell (i do not know PHP BTW), the XML and JSON examples are just converting all the name value pairs into a querystring and posting it e.g. name1=value1&name2=value2 which of course is not XML or JSON, and I cannot see that is is converting this querystring into XML or JSON either, also the example code shows it is using POST and not GET, which means the querystring is being sent in a formfield? so am a bit confused. Can someone explain what the PHP code does in pseudocode. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.