in reply to Re^3: ikobo.pl return to script
in thread ikobo.pl return to script
I posted just the follwoing code before and was asked to post more code....
print " - <A HREF=$ENV{'SCRIPT_NAME'}\?action=paypal_login\&ALIAS=$form{'ALIAS'}\&balance=$balance> PayPal </A>" if ($config{'allowpaypal'} != 0);
print "<P><A HREF=$ENV{'SCRIPT_NAME'}?action=buynow&category=&item=$form{'item'}>Buy Now</A></FONT>" if (($buyit ne "") & ($bid < $buyit));
The 2nd line of code works without the 1st line added...when i add the 2nd line of code, I get RESP=OK and don't know how to return to the script and process the 2nd line of code after I get RESP=OK...
Can anyone help?