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 xss in php?
How to get no. of rows using MYSQL function?
Does php pass arrays by reference?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
What is the use of print_r function in php?
Write down the code for save an uploaded file in php.
What are the common uses of php?
How to get the length of string?
How many types of php frameworks are there?
how to detect a mobile device using php
Tell me how is it possible to return a value from a function?
How is it possible to set an infinite execution time for php script?
Write a program in php to print a table of a number?
What are include() and require() functions?
What is difference between static and constant in php?