On Sat, 14 Aug 2004 16:37:18 +0530
Shillong Dotcom <[EMAIL PROTECTED]> wrote:

> Hi
> 
> I am very very new to perl. And after lots of work I did script a perl
> file to handle a online form (products order form). However, I am
> stuck at a point. I tried my best but could not get thru.
> 
> The form is located at: http://www.kevincoffey.com/order.htm
> 
> When I select a different shipping adrress, it shows not work!
> 
> Can someone plshelp me?


You are saying with this line


if ($query -> param ("Shipping_Preference") == "TRUE"){
        print "SEND TO ABOVE ADDRESS<br>\n";


"If a shipping address is ticked, then SEND TO ABOVE ADDRESS"

and then skip the printing of the alternate address


I think your logic is wrong, I think TRUE needs to be replaced with FALSE



-- 
Owen


 ---------------------------------------------------------------- 
    __0     http://www.pcug.org.au/~rcook/rr.html for rides
  _ \<,_
 (_)./(_)   http://www.bom.gov.au/weather/act/forecasts.shtml
 --------------------------------------------------------------- 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to