Why don't you print out $salutation and see what you're getting?

miguel

On Sun, 21 Apr 2002, Denis L. Menezes wrote:

> Hello Jason.
> 
> You are right, but it still does not work.
> 
> Could it be a trim word problem?
> Thanks
> Denis
> ----- Original Message -----
> From: "Jason Wong" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, April 20, 2002 7:34 PM
> Subject: Re: [PHP] Simple IF question
> 
> 
> > On Saturday 20 April 2002 18:35, Tom Rogers wrote:
> > > Hi again
> > > You can also write it as:
> > > If (($salutation != "Please select")....
> > > Print ("Sorry, please select a value in the salutation box");
> > > Tom
> >
> > Also the logic seems to be wrong, shouldn't it be:
> >
> >  if (($salutation == "Please select") {
> >    print ("Sorry, please select a value in the salutation box"); }
> >  else {
> >    ...
> >  }
> >
> > --
> > Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
> > Open Source Software Systems Integrators
> > * Web Design & Hosting * Internet & Intranet Applications Development *
> >
> > /*
> > Men often believe -- or pretend -- that the "Law" is something sacred, or
> > at least a science -- an unfounded assumption very convenient to
> governments.
> > */
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to