Guest User

Untitled

a guest
Oct 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. require './function.php';
  3.  
  4. $key = 'blah';
  5. $requestVariables = array('foo' => 'bar', );
  6. $signature = sign_request($requestVariables, $key);
  7.  
  8. $requestVariables['signature'] = $signature;
  9.  
  10. // send request
Add Comment
Please, Sign In to add comment