in reply to Re: Re: Re: Checking for empty CGI params; this isn't working
in thread Checking for empty CGI params; this isn't working

this is what happens, when I dont enter anything in both I pass, but if I do enter something I get the error, how is it backwords
  • Comment on Re: Re: Re: Re: Checking for empty CGI params; this isn't working

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Checking for empty CGI params; this isn't working
by little (Curate) on Jul 14, 2002 at 18:43 UTC

    So you might want to post a bigger chunk of code and tell us what lines 61 or 76 are?

    Have a nice day
    All decision is left to your taste

Re: Re: Re: Re: Re: Checking for empty CGI params; this isn't working
by thor (Priest) on Jul 14, 2002 at 18:52 UTC
    Just to be an ass, if you are getting exactly the opposite results than what you are expecting, negate the expression with an !. For the real solution, I would suggest printing out the values of your variables along with their associated lengths. Also, is there a trailing new-line character. There is something to be said for DIY...

    thor