Skip to content

Tag: php

Sha-out sign not matching in Ogone

I’m trying to make a payment plugin for my webshop for Ogone ideal payments. I can make a payment, but when I return I cannot get the SHA-signs to match. I have the following get request on return: According to the documentation, I have to order the keys alphabetically and only hash those that are allow…

How to fetch 3 columns from the same row in the result?

I’m trying to fix a code in an osCommerce store which is giving the following error on PHP 5.4: mysql_result(): supplied argument is not a valid MySQL result resource This is the code: I tried to change it and there are no more errors, but it’s still not working. Is this the correct way to do it? …