RE: [PHP] PHP installation determination

2006-03-28 Thread Shaunak Kashyap
Try using phpinfo(). http://us2.php.net/manual/en/function.phpinfo.php In particular you want to pay attention to the $_SERVER variables (search for "PHP Variables" in the phpinfo() output). Shaunak Kashyap Senior Web Developer WPT Enterprises, Inc. 5700 Wilshire Blvd., Suite 350 Los Angeles,

Re: [PHP] PHP installation determination

2006-03-28 Thread Bronislav Klucka
Hi, I didn't mean to able to determine this myself. I was thinking somethink like else function is_debug() { here I need to determine where am I } Brona Dave Goodchild wrote: Two easy ways - type 'php -v' on the command line or run phpinfo() and view the output. On 28/03/06, *Broni