Background: Client using a third party payment gateway for ecom site. They return a string of variables - one being Result, which can be OK, Fail or Error.
Problem: Whilst I can echo and print $Result I cannot use it in a if statement.
Thought I had a reasonable knowledge of PHP but...