on 3/4/02 11:34 PM, jas at [EMAIL PROTECTED] appended the following bits
to my mbox:
> how can you find out what the php.ini is looking like? is there a way to
> use php to get that info. i have used phpinfo() but i cannot see whether or
> not file_uploads is disabled
It will only show up in PHP 4.0.3 or greater. Under the PHP Core section,
look in the Directive list for file_uploads.
The Local Value is the one for the current script. The Master Value is the
one in the php.ini file.
If you aren't using PHP 4.0.3 or greater, you *cannot* disable file_uploads
and must upgrade to fix the problem.
HTH
Paul
<?php
while ($self != "asleep") {
$sheep_count++;
}
?>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php