Forum Moderators: coopster
$x_response_code and x_response_reason_text
while its not printing
$x_First_Name etc though they are being processed properly by Gateway Server(proof is the email i recieved and i checked some other cgi file for that,reside on some other server)
what could be the reason
here is .phps file which is reciving data
<mod insert>
echo("Transaction NO:".$x_response_code."<br>");
echo("Reason:".$x_response_reason_text);
echo("Reason Code:".$x_First_Name);
?>
<?
$Cust_ID=$x_Cust_ID; // use this for setting the Session
$First_Name=$x_First_Name;
$Last_Name=$x_Last_Name;
echo("Trans ID: ".trim($x_Amount)."<br>");
echo("Customer ID: ".$Cust_ID."<br>");
echo("Firt Name: ".$x_First_Name."<br>");
</mod insert>
thanks and i need urgent Help
[edited by: jatar_k at 9:56 pm (utc) on June 4, 2003]
[edit reason] no urls thanks [/edit]