RE: [PHP-DEV] Getting posted variable

2002-05-12 Thread Pierre-Alain Joye
Vous etes dans la mauvaise liste, inscrivez-vous sur http://fr2.php.net/mailing-lists.php -> General user list a+ pa > -Original Message- > From: Stephane Tirard [mailto:[EMAIL PROTECTED]] > Sent: lundi 13 mai 2002 00:22 > To: [EMAIL PROTECTED] > Subject: [PHP-D

[PHP-DEV] Getting posted variable

2002-05-12 Thread Stéphane Tirard
Hello, I would like to know how I can reach the posted variables , the one included in the HTTP_POST_VARS array, outside the php page. In fact I would like to do something like : MyPhpPbject ->getPostedVar(); The getPostedVars would be located in an included file. instead of MyVar->var1 = HTTP_