[snip] When I had a look at the servers phpinfo and I saw that both "upload_tmp_dir" and "user_dir" have "no value" and "no value" set for them.....how do I change it (via a .htaccess file as I dont have access to the php.ini) so that I can write the data as required from my script? [/snip]
Take a look at: http://www.php.net/manual/en/function.ini-set.php user_dir and upload_tmp_dir are Changeable only by PHP_INI_SYSTEM which can be set in : PHP_INI_SYSTEM 4 Entry can be set in php.ini or httpd.conf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php