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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

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

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -