what do you mean by php.ini file ?????????
Answers were Sorted based on User's Feedback
Answer / sirish
Php.ini file has all the default settings for php to run on
apache.
| Is This Answer Correct ? | 31 Yes | 4 No |
Answer / aravinth
php.ini has all the intiatives and directives for the php to
execute.if we want to modify the settings of php we have to
locate the php.ini and set the attributes needed.(always
make a backup and do the changes)
for example inorder to increase the max file upload size we
have change the value corresponding in the php.ini(default
size is 2mb) we can change up to 2 gb
| Is This Answer Correct ? | 23 Yes | 4 No |
How to get number of days between two given dates using PHP?
What is the use of explode() function?
What is sql injection in php?
What are the difference between overloading and overriding in oops?
Does php support multithreading?
What is the meaning of curl , which is used while connecting with pay pal? and how it works?
How do you sort an array in php?
•How can we submit a form without a submit button
What is the difference between implode() and explode() in php?
Name some of the popular frameworks in php.
How is php different from other languages?
What is final in php?