I'm trying to get a site working now I've bought some web hosting options.
I have written a routine for uploading images (only available to myself). The upload_tmp_dir variable is not set and I can't get access to the php.ini file. My ISP suggests using .htaccess to set the variable. So, I've created the file with the following contents.
php_value upload_tmp_dir "/home/jonshaw/public_html/tmp"
I am I missing something.
Any help appreciated.
Thanks.