Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. command=v&amount=<amount>&currency=<currency>&client_ip_addr=<ip>&description=<desc>&language=<language>&msg_type=SMS(&<property_name>=<property_value>)
  2.  
  3. $post_fields = array(
  4. 'command' => 'v',
  5. 'amount' => $amount,
  6. 'currency' => $currency,
  7. 'client_ip_addr' => $client_ip_addr,
  8. 'description' => $description,
  9. 'language' => $language,
  10. 'msg_type' => "SMS(&${property_name}={$property_value}"
  11. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement