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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php