Re: [PHP4BETA] hidden variables !<form>

[email protected] (Curt Zirzow) Wed, 7 Jun 2000 11:15:32 +0000
Newsgroups php.version4
Message-ID <[email protected]>
>
> that pass several hidden variables through from page to
> page w/o using forms or cookies.

hmm... It seems you've eliminated all the ways http protocol
passes data :)

But... check out the session handling functions provided by
php. That is probably the easiest solution.


curt
-- 
Any time things appear to be going better, you have overlooked
something.