Stephen wrote:
determine the current values forpost 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

