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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -