In PHP how many size data can upload by default?
Answer Posted / mamta asnani
By default it is 2 MB. But we can change it in php.ini file
by "upload_max_filesize".
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is in php 7?
How do you parse and process html/xml in php?
Tell me what does the scope of variables means?
Differences between get, post and request methods ?
What is difference between echo and print in php?
How to get useful error messages in php?
What is the value for this auto incremented field user_pri_id?
What is the best php version for wordpress?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What is the functionality of md5 function in php?
Where can I find php ini file?
Tell me what is the difference between get and post?
Why php is widely used?
What is the difference between get and post in php?
Explain me difference between mysql_connect and mysql_pconnect?