Again, it works fine with a direct connection to the Net (performing &one or &two as necessary), but branches to &three when accessed through a proxy as if $one and $two where none existant.use CGI; $query = new CGI; $one = $query->param('one'); $two = $query->param('two'); if ($one) {&one; } elsif ($two) {&two; } else {&three; }
Any ideas?
In reply to Re: Re: direct connection works, proxy does not.
by belize
in thread direct connection works, proxy does not.
by belize
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |