In article
<[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Brett W. McCoy) wrote:
> On Fri, 12 Oct 2001, Carl Franks wrote:
> > if (condition) {
> > print "Location:page.html\n\n";
> > } else {
> > print "Content-type: text/html\n\n";
> > print "...html...";
> > }
> > }
> BTW, for a Location hea
In a message dated 10/8/01 12:06:09 PM Eastern Daylight Time,
[EMAIL PROTECTED] writes:
<<
REMEMBER...
= != == !
>>
You know, there's another way to avoid that mistake if you're willing to
change your style a little bit. In all logical tests, put the variable on
the RIGHT side.
if