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
How to check a variable is array or not in php?
What is default session time and path in PHP. How to change it?
Which is incorrect with respect to separating php code and html?
What is a model in php?
Does cors prevent csrf?
How do you end php?
What is cookies? How to create cookies in php?
Explain Creating and Naming an Array?
What is meant by pdo in php?
How is it possible to cast types in php?
Do you know how to declare an array in php?
Tell me what is the use of explode() function?
What is the difference between abstract class and interface in php?
What is mysql_fetch_object?
Does php support polymorphism?