Re: [PHP] command that gives current location of script

2001-03-18 Thread Aviv Revach
Hey! You could use 'phpinfo()' to find what you seek. $PHP_SELF does give you the current location of the php script, but with 'phpinfo()' you could read about other values that supply miscellanies related information. Best Regards - Aviv Revach At 22:27 17/03/01 -0700, Andrew

[PHP] command that gives current location of script

2001-03-17 Thread Andrew V. Romero
I though in flipping through the manual that I had come across a command that gives the location of where the script is being run from, but I have been searching for half an hour and can't find it now. Isn't it something like $php_self? Anyone kow what I am talking about? Thanks, Andrew V. R