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
Write syntax to open a file in php?
Is empty array php?
What are global variables in php?
Tell me how can we connect to a mysql database from a php script?
What beforeFilter() is used?
Applications written to provide a GUI shell for Unix and Linux are called
Is python easier than php?
How long is csrf token?
Tell me what are sql injections, how do you prevent them and what are the best practices?
What is mysql_real_escape_string used for?
What does $_env mean?
what is CURL?
What is the purpose of the '.myd' file extension? What do thes file contain?
What does namespace mean in php?
How to initiate a session in php?