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
What is php explain?
What is php pathinfo?
Describe session in php.
What is basename php?
How to get no of arguments passed to a PHP Function?
How many ways to include array elements in double-quoted strings using php?
Php program to generate fibonacci series?
List some string function name in php?
What is mean tnq
Which escape sequences can be used in single quoted strings in php?
How can you send email in php?
What is urlencode and urldecode in php?
What is a comment in php?
Explain the difference between require() and require_once()?
Explain about the $_GET variable of PHP?