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:[EMAIL PROTECTED]]
Sent: Tuesday, May 22, 2001 9:42 AM
To: [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP Install 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]