paypal - PHP and NVP (Name-Value Pair) lists? -


Work a little with PayPal and stumbled upon the NVP response. I used to work as a response format with JSON and XML. But why has not the NAVP worked with "simplified" format why they are using JSON / XML instead of other NSPs?

A list might look something like this. ITEM (0) .name

What is a good way to work with NVP in PP?

Hope someone can explain professionals with JSW and XML with NVP and PHP has a way of working with NVP. How to repeat through a list.

You can use PHP function. It parses a string like this in a PHP array such as

  user = test and password = 123   

:

  Array ([user] => test [password] => 123)    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -