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 |
What is different types of visibility?
How to stop the execution of php script?
What is default session time and path in PHP. How to change it?
Where are the persistent cookies stored on your computer?
Can we extend two classes in php?
Xplain is it possible to use com component in php?
Explain the difference between require() and require_once()?
What does the unset() function mean?
How would you open a directory for reading in php?
Are php sessions secure?
How to split a string into array using php?
when we use ob_start() function in php then the header() and session_start() does not gives the error like header already sent,please explain in brief