Date: 05/22/01
- Next message: Phil Driscoll: "Re: [PHP-INST] windows nt : in english"
- Previous message: Dalyyla: "Re: [PHP-INST] windows nt : in english"
- Maybe in reply to: Internaut: "[PHP-INST] How do i allow variable passing in php4."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Phil Driscoll: "Re: [PHP-INST] windows nt : in english"
- Previous message: Dalyyla: "Re: [PHP-INST] windows nt : in english"
- Maybe in reply to: Internaut: "[PHP-INST] How do i allow variable passing in php4."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

