Re: [PHP] how to find the system tmp folder

2006-01-05 Thread Travis Doherty
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

2006-01-05 Thread Samuel DeVore
How does one find the system temp folder? from php? in a platform independant way