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

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

sql - PostgreSQL automatically update row at specific date -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -