in reply to Re^2: link to outside script
in thread link to outside script
Ok, Lets try this? These lines of display a "Buy Now" Link:
<print "<B>Payment Options</B>"; print "<P><A HREF=$ENV{'SCRIPT_NAME'}?action=buynow&category=&item=$fo +rm{'item'}>Buy Now</A></FONT>" if (($buyit ne "") & ($bid < $buyit)); >
but when I put this line of code before the "Buy Now" link, It goes to Ikobo, processes my payment, returns "RESP=0", and does not process the next line:
< print " - <A HREF=$ENV{'SCRIPT_NAME'}\?action=paypal_login\&ALIAS +=$form{'ALIAS'}\&balance=$balance> PayPal </A>" if ($config{'allowpay +pal'} != 0); >
20050204 Janitored by Corion:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: link to outside script
by efret (Initiate) on Feb 04, 2005 at 07:49 UTC | |
by YetAnotherDave (Beadle) on Feb 04, 2005 at 15:47 UTC |