in reply to Secure Connection Redirection problem

You should definitely make this a bit simpler and cut out the nonimportant parts of the code to leave just what you think is the core of the error. This is a general modus operandi.

With what you supported we can only gues what is the problem. Here is my gues: the $choice variable is not properly set - you know you need to set it explicitely, there is no autovivification of variables like in PHP?

Replies are listed 'Best First'.
Re: Re: Secure Connection Redirection problem
by b310 (Scribe) on Mar 16, 2003 at 20:45 UTC
    Hello Zby:

    Thanks for your response. My problem is solved. The variable $choice wasn't the issue. The problem was elsewhere which someone had caught.