in reply to Re: link to outside script
in thread link to outside script
I do not understand how to reformat this into a readable format here, please help me learn what I need to do? Here is a line of code that exits my script, goes to ikobo, processes the payment, & returns "RESP=OK" ...
print " - <A HREF=$ENV{'SCRIPT_NAME'}\?action=paypal_login\&ALIAS=$for +m{'ALIAS'}\&balance=$balance> PayPal </A>" if ($config{'allowpaypal'} + != 0);
... I need to find out how to return to the script the same place it exited???
Can you help?
20050204 Janitored by Corion: Added code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: link to outside script
by efret (Initiate) on Feb 04, 2005 at 07:40 UTC | |
by efret (Initiate) on Feb 04, 2005 at 07:49 UTC | |
by YetAnotherDave (Beadle) on Feb 04, 2005 at 15:47 UTC |