Since we are hosting websites on different hosting sites, we wont have the access to php.ini file .
so where do i need to add the entries like
php_value upload_max_file size 20M
php_value post_max_size 20M
php_value max_execution_t ime 200
php_value max_input_time 200
in the .htaccess file.
ini_set(upload_ max_filesize,30 000) does not work . cant we change the value of upload_max_file size using ini_set ?
so where do i need to add the entries like
php_value upload_max_file size 20M
php_value post_max_size 20M
php_value max_execution_t ime 200
php_value max_input_time 200
in the .htaccess file.
ini_set(upload_ max_filesize,30 000) does not work . cant we change the value of upload_max_file size using ini_set ?
Comment