Re: [PHP] Displaying one of three functions.

2002-10-30 Thread dwalker
You could try something less convoluted like: NOTE: the code between the IF and ENDIF will not be visible unless the condition equates to TRUE -Original Message- From: Steve Jackson <[EMAIL PROTECTED]> To: PHP General <[EMAIL PROTECTED]> Date: Monday, October 28, 2002 8:14 AM

Re: [PHP] Displaying one of three functions.

2002-10-28 Thread Martin Hudec
Hello Steve, I hope I understand your questions...so first we will check value of country (if it is other than finland)...then if the first if requirement is not met we will continue to second part (checking express)...and so on if {$country!="finland"){ display_shipping(calculate_nonfinla