Differences

This shows you the differences between two versions of the page.

Link to this comparison view

phpsample [2012/07/19 18:17]
admin
phpsample [2012/07/19 18:25] (current)
admin
Line 1: Line 1:
-In this PHP example, calling the GetHashSignature function will return the proper hash signature value to connect to the API and submit the request. +In this PHP example, calling the GetHashSignature function will return the proper hash signature value to connect to the API and submit the request. The Hash Signature in this example is being saved to the $hash_signature variable.
  
 <code> <code>
Line 9: Line 9:
  
 // Call the Function to get the Hash Signature // Call the Function to get the Hash Signature
-GetHashSignature($apiuser,$apipass, $apikey, $timestamp)+$hash_signature = GetHashSignature($apiuser,$apipass, $apikey, $timestamp)
  
 // Here is the Function // Here is the Function
Print/export