Save yourself the scramble, use sessions:
http://www.php.net/manual/en/ref.session.php

--
Matt Kynaston
remove the green eggs before replying

""Scott Fletcher"" <[EMAIL PROTECTED]> wrote in message
9ai09g$9d$[EMAIL PROTECTED]">news:9ai09g$9d$[EMAIL PROTECTED]...
>   I see it!  The login page when use the html form, the action is the
> $PHP_SELF, allowing hte page to refresh itself and then the following
script
> elsewhere check for the variable to see if it is true or not.  If true
then
> the script use the php header();.  The header contain the data, so that
> explain why it display the data in the URL.  The data in the URL doesn't
> include the data from the login page.
>
>   Thanks for the clarification! Now I'll give it a shot in scrambling one
of
> the variable data that come with the header and then unscramble it on the
> next page.
>
> Scott
>
> ""Scott Fletcher"" <[EMAIL PROTECTED]> wrote in message
> 9ahvj6$m67$[EMAIL PROTECTED]">news:9ahvj6$m67$[EMAIL PROTECTED]...
> > Um, well, it show up on Internet Explorer and Netscape Navigator and
> > Netscape.  Oh well.
> >
> > Scott
> >
> > ""Scott Fletcher"" <[EMAIL PROTECTED]> wrote in message
> > 9ahuft$612$[EMAIL PROTECTED]">news:9ahuft$612$[EMAIL PROTECTED]...
> > > Well, mine does!!!
> > >
> > > Scott
> > >
> > > ""Joe Sheble (Wizaerd)"" <[EMAIL PROTECTED]> wrote in
> > message
> > > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > > This isn't quite accurate.  WHen a form's method is set to "GET"
> (which
> > > BTW
> > > > is the form's default method) the variables and their values are
> passed
> > > > along the URL.  If your form's method is set to "POST" then nothing
> > should
> > > > get passed along on the URL.  If you see all your data in the URL,
> > you're
> > > > not using a POST method or the forms action is specified as a url
with
> > > > parameters.
> > > >
> > > > At 09:06 AM 4/5/01 -0400, Scott Fletcher wrote:
> > > > >For the data in the "post", when the user type in the data and
press
> > the
> > > > >submit button, the data is then carry over to the nextpage.html.
In
> > the
> > > URL
> > > > >bar, I can clearly see the data, so is there to scramble hte data
> where
> > > > >anyone won't see it in the URL box at the top of the web browser?
> > > > >Thanks,
> > > > >  Scott
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >--
> > > > >PHP General Mailing List (http://www.php.net/)
> > > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >To contact the list administrators, e-mail:
> > [EMAIL PROTECTED]
> > > >
> > > >
> > > > --
> > > > PHP General Mailing List (http://www.php.net/)
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
> > > >
> > >
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail:
[EMAIL PROTECTED]
> > >
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to