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_POST_VARS["field1"] and so on. Thank you -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php