Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Payment problem


al4445

Recommended Posts

Trying to use the pay by credit card module and when im testing it im getting the following error message:

 

Parse error: parse error, unexpected '>' in /home/fhlinux205/t/mysite.uk.net/user/htdocs/catalog/checkout_process.php on line 14

 

On line 14....

 

if (!empty($_POST['MerchantData']))  $_GET['osCsid']=$_POST<br>
['MerchantData'];
 include('includes/application_top.php');

 

Can anyne help?

 

Al

Link to comment
Share on other sites

Trying to use the pay by credit card module and when im testing it im getting the following error message:

 

Parse error: parse error, unexpected '>' in /home/fhlinux205/t/mysite.uk.net/user/htdocs/catalog/checkout_process.php on line 14

 

On line 14....

 

if (!empty($_POST['MerchantData']))  $_GET['osCsid']=$_POST<br>
['MerchantData'];
 include('includes/application_top.php');

 

Can anyne help?

 

Al

Hi try removing <br> html text I dont think theres the need in php.

if (!empty($_POST['MerchantData'])) $_GET['osCsid']=$_POST<br>['MerchantData'];

include('includes/application_top.php'); [/code]

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...