Posted by Travis Doherty on 10/04/87 11:36
Samuel DeVore wrote:
>How does one find the system temp folder? from php? in a platform
>independant way
>
>
>
This should help:
http://www.php.net/manual/en/function.tempnam.php
It does return the name of the temp file created (or FALSE), which could
be parsed to get the temp directory as PHP best sees fit.
Travis
Navigation:
[Reply to this message]
|