i have in my form 

echo ("<input type=hidden name=PAYMENT_URL value='http://www.myurl.com/test.php'> \n");
echo ("<input type=hidden name=PAYMENT_URL_METHOD value='POST'> \n");

but test.php cannot get these values ? or is it only available for cgi or
pl scripts only ? because it can work if i use

echo ("<input type=hidden name=PAYMENT_URL value='http://www.myurl.com/test.cgi'> \n");


in test.php
echo ("e-gold batch number : $FORM{'PAYMENT_BATCH_NUM'} \n <BR>");
echo ("e-gold account : $FORM{'PAYER_ACCOUNT'} \n <BR>");
echo ("amount : $FORM{'PAYMENT_AMOUNT'} \n <BR>");

---
You are currently subscribed to e-gold-tech as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to