Stephen wrote:
determine the current values for

post max size
upload max filesize


I looked through the docs and struck out.<br>

Can someone help.

Thanks
Stephen


<?php
echo ini_get('post_max_size');
echo ini_get('upload_max_filesize');
?>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to