Setting it using putenv() from within a PHP script will not work.
When I read what I quoted before, and quote here again, I got the impression that [man]putenv()[/man] wouldn't work.
...but I tried
putenv ("TMPDIR=temp/");
Where should I put it, if not in the script?
Is there any other way?
It seems that it can't be changed using [man]ini_set ()[/man] either.
What about httpd.conf? It's windows hosting:
System Windows NT HARPWRO-3 5.0 build 2195
SERVER_SOFTWARE Microsoft-IIS/5.0
Is this a(nother) problem?