Hi Tim,

This list is for discussing the development of the PHP language, rather than
discussing developing with the PHP language.

Please try the PHP General mailing list ([EMAIL PROTECTED])

--zak


----- Original Message -----
From: "Tim Olsen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 16, 2001 11:59 PM
Subject: [PHP-DEV] passing variables from forms to the same page
repetatively


> People,
> I have 4 forms in four seperate html pages included directly (no links to
> includes) in the same .php file, i have it so all the form actions is
> php.self, so when each form is submitted it goes on to display the next
form
> in line, using if and else statements, of course. I want to be able to use
> variables created by the first form in the html part of the last form.
What
> is the best way to do this?
> So far, I can only use variables on the next page (form) that is written
> out. After that those variables have no value.  Is there some way to
submit
> all variables present and assigned with the submission of each form?  If I
> make the forms a seperate include file, instead of having them in-line,
how
> does this change the ways variables are passed or submitted by each form?
> Thanks, - Tim
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> --
> PHP Development 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 Development 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