Question
Help translating a few line of PHP to CF
This is for an API for a project im working on.
Would someone be so kind as to help me translate this over from PHP.
I need it in Cold Fusion, and eventually Perl and Python...
For those not familiar with PHP:
- The "." (period) in the $md5 line just concats the $query and $secret strings
- $var is a variable, and when placed in double quotes $var will be replaced with its value,
eg. $var="world"; echo "Hello $var"
Thanks!!
Would someone be so kind as to help me translate this over from PHP.
I need it in Cold Fusion, and eventually Perl and Python...
For those not familiar with PHP:
- The "." (period) in the $md5 line just concats the $query and $secret strings
- $var is a variable, and when placed in double quotes $var will be replaced with its value,
eg. $var="world"; echo "Hello $var"
Thanks!!
