http://qs1969.pair.com?node_id=94567


in reply to Confounding CGI input problem

You should really make sure that there is data in those variables and maybe check to see if it is a valid email, etc.

Other than that, it looks as if it might just be a browser problem.

$_.=($=+(6<<1));print(chr(my$a=$_));$^H=$_+$_;$_=$^H; print chr($_-39); # Easy but its ok.

Replies are listed 'Best First'.
Re: Re: Confounding CGI input problem
by Anonymous Monk on Jul 06, 2001 at 23:37 UTC
    It's almost certainly not a browser problem, since I tested it in both Netscape and IE (Netscape both in Windows and Slackware) on Apache. It works fine then.

    And although it did once test for valid input, I took that out while trying to troubleshoot the problem.

    I appreciate any help anyone could offer me. Thanks.