Hi all,
I am using a php code written by some one else and provided by my back for merchant services. This is for standard MiGs integration. However, the receipt page is not working. When i check the apache error logs. it shows that within myphp file the following is returned as an unknown function.
[php]$amount = null2unknown($_GET[“vpc_Amount”]);[/php]
The apache error log indicates that the null2unknown function is not recognized. I am running php 5.3. Any way of telling me whats wrong?
Thanks.