Re: [PHP] Re: Form Data Transfer b/w Pages

2004-04-21 Thread Daniel Clark
I agree. $_GET[] would expose the username and password on the URL. > For ease of use, i would create a session and handle it that way or you > could pass it through $_GET[] > Query string. > Would recommend $_SESSION though. > Cheers > > "Sobajo" <[EMAIL PROTECTED]> wrote in message > news:[EMA

[PHP] Re: Form Data Transfer b/w Pages

2004-04-21 Thread Craig
For ease of use, i would create a session and handle it that way or you could pass it through $_GET[] Query string. Would recommend $_SESSION though. Cheers "Sobajo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Two forms (form1 and form2 submit to the same controller.php file. The