in reply to Re: Redirect page (newbie)
in thread Redirect page (newbie)

Make sure you print the redirect,

print $q->redirect("works.html");
Also do not forget to close the password file.

-= Ozzy =-

Replies are listed 'Best First'.
Re: Re: Re: Redirect page (newbie)
by deryni (Beadle) on May 04, 2001 at 21:57 UTC
    Thanks -= Ozzy =-, I'm not sure how I missed that.
    I still need help with the Internal Server Error though.


    -Etan

    P.S. code is as above but "$q->redirect("works.html");" changed to
    "print $q->redirect("works.html");"
    and added "close PASSWD;" after the end of the while loop