Thanks Bogdan for your help. BTW, I am from Vrsac 🙂
Here is the complete problem I am having. I am trying to setup Authorize.net to work with OScommerce. The part of the code that is giving me problem is:
$response_vars = explode(',', $response);
if ($response_vars[0] != '1') { show error blah blah blah .....
Now, When I do print_r($response); I get the following:
Array ( [0] => 1,1,1,(TESTMODE) This transaction has been approved.,000000,P,0,,Your Products Description,1.00,CC,auth_only .... etc....
So it looks like the $response_vars[0] is indeed 1 and it should not show me the error on the page, but that is what I am getting. This is driving me crazy.
Pozdrav!