Date: 08/08/00
- Next message: Dave Daniels: "Re: [PHP] Form Validation"
- Previous message: Bas Verschaar: "[PHP] unique random number"
- In reply to: Gérald Lacombe: "Re: [PHP] OCI Win libs"
- Next in thread: Gérald Lacombe: "Re: [PHP] OCI Win libs"
- Reply: Gérald Lacombe: "Re: [PHP] OCI Win libs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I can't get $HTTP_ENV_VARS['MyEnv'], nor getenv("MyEnv"), nor
> getenv("MYENV").
> It works fine with PHP3 !
<?
putenv("MyEnv=MyVal");
print getenv("MyEnv");
?>
works like it should, and i'm still not sure what you mean ...
greetings
daniel
/*--
daniel beulshausen - db <email protected>
using php on windows?
http://www.mm4.de/andreas.otto/php_related/mod_php4_win32/
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Dave Daniels: "Re: [PHP] Form Validation"
- Previous message: Bas Verschaar: "[PHP] unique random number"
- In reply to: Gérald Lacombe: "Re: [PHP] OCI Win libs"
- Next in thread: Gérald Lacombe: "Re: [PHP] OCI Win libs"
- Reply: Gérald Lacombe: "Re: [PHP] OCI Win libs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

