in reply to Re^2: ikobo.pl return to script
in thread ikobo.pl return to script

Nobody's going to filter through more than 300 lines of someone else's code for free, with or without <readmore> tags. We might be more able (and inclined) to help you if you narrow the problem down to a specific block of code. The solution may even become apparent during that process, and then you won't need our help anyway.

Replies are listed 'Best First'.
Re^4: ikobo.pl return to script
by efret (Initiate) on Feb 04, 2005 at 22:43 UTC
    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?