RE: [PHP-INST] How do i allow variable passing in php4. From: Grimes, Dean (DGRIMES <email protected>)
Date: 05/22/01

The really is a question for the PHP-General list but there are two ways to
pass information from one form to another in a somewhat transparent mode:

1. Use hidden input types in your HTML.
2. Use Session Variables.

OR

You can pass information in the URL like:

/my_web_dir/prog.php?var1=val1&var2=val2

This isn't as transparent but it just depends on what you are trying to
accomplish.

-----Original Message-----
From: Internaut [mailto:internaut <email protected>]
Sent: Tuesday, May 22, 2001 9:42 AM
To: php-install <email protected>
Subject: [PHP-INST] How do i allow variable passing in php4.

Hello

Where abouts in the php.ini file do I modify to allow me to pass variables
between forms.

Regards
T

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-install-unsubscribe <email protected>
For additional commands, e-mail: php-install-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-install-unsubscribe <email protected> For additional commands, e-mail: php-install-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>