Hi,
I want to get the path of a php script I'm running in cli.
I tried __FILE__,
but it only gives the file name.
pathname of script in cli
Re: pathname of script in cli
Oeps too fast
already found it: __DIR__
already found it: __DIR__