> Hi,
>
> Is there a function to get the current path?
make a file with
<?
phpinfo();
?>
in it. You will get all the variables you can dream of includeing
$DOCUMENT_ROOT and $PHP_SELF which you might find
interesting.
> I haven't be able to locate one in a quick browse over the documentation.
if you know more or less what your looking for try
www.php.net/term_to_find_out_about
it will point either to the page of the function or will search the term for
you.
best thing since sliced bread.
> Also are there php irc channels ?
#php on EFnet. BUT. it may be just me, but the guys
over there seem to like to tell you RTFM a lot...
which kinda defeats the point of haveing people online
to help you, but on the other hand, them telling you all
the answers, kinda defeats the point of manuals?
t.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]