Re: [PHP] how to find the system tmp folder
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
[PHP] how to find the system tmp folder
How does one find the system temp folder? from php? in a platform independant way