Search results

  1. M

    Is paypal working in india?

    Yes you are partially right, because PayPal stopped their India bank withdrawal service, but since last week they has again resumed their India withdrawal service.
  2. M

    How to get multiple values in array from json encoded string

    How to get multiple values in array from json encoded string? <?php $fp = fopen('php://stdin', 'r'); $json = @json_encode(array('a' => 'foo', 'b' => $fp)); var_dump($json); ?>
Back
Top