Michael Gale wrote:
Hello,

I am running php 4.3.7 with ncurses support. I want to create a small app using php and ncurses but I will need to get some information from the shell environment variables.

I have searched every where ...is this possible ?


Michael.


<http://sk.php.net/manual/en/language.variables.predefined.php#reserved.variables.environment>

#!/usr/local/bin/php
<?php
  print_r($_ENV);
?>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to