al4445 Posted November 9, 2005 Share Posted November 9, 2005 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 More sharing options...
WiseWombat Posted November 9, 2005 Share Posted November 9, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.