On Thu, 17 Jan 2002 13:47:06 -0500, you wrote:

> 
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>you could save the password to a database, associated with
>an ID number, then pass the ID number.
>
>DATABASE:
>- ----------------
>id    | password
>12345 | blah$$
>
>URL:
>form.php?id=12345


I've done something like that in another situation.  Wrote to a flat
file and then read from it in the action page.  

If it was just a few variables maybe, but I have cases where 100 need
to be passed.  It looks like a lot of rewriting is coming...  Even
with post passing, they all have to be collected them at the other end
in some minimal script manner.   Am I right in thinking arrays in this
case?  

Thanks.

Floyd



--


-- 
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