Answer Posted / danish
you have to overwrite php.ini's s settings in .htacess
upload_max_filesize 100M
php_value post_max_size 100M
php_value upload_max_filesize 100M
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Is python better than php?
What does $_files means?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
What are the advantages of stored procedures in php?
How do you destroy a particular or all Sessions?
What does php exit do?
What is move_uploaded_file in php?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
Does php need a closing tag?
What are include() and require() functions?
Tell me what is the difference between unset() and unlink()?
How can we enable error reporting in php?
What is php default argument?
Tell me how a constant is defined in a php script?
What is prepared statement in php?