Posted by Jerry Stuckle on 10/18/06 10:20
Mark wrote:
> Mark wrote:
>
>>so, I'm trying to change the upload temp directory... I've put a
>>php.ini file in my public_html folder, but it doesn't seem to be
>>reading it..so I tried this instead
>>
>><pre>
>><?php
>>$old =
>>ini_set('upload_tmp_dir','/home/myusername/public_html/uploads');
>>echo "old value: $old<br />";
>>print_r(ini_get_all());
>>?>
>></pre>
>>
>>and..that isn't changing it either. what could be the problem?
>
>
> oh..right now it's using /usr/local/Zend/etc/php.ini but i can't edit
> this file :(
>
They very well could be disabled. A lot of shared hosts do that.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|