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 php destruct?
Does PHP 5 support exceptions? State Whether True or False?
What is difference between print_r and echo in php?
How many types of php are there?
what is interface in java.
How can i change the extension name like i have a page which name aboutme.php but i want to show it aboutme.php3 or aboutme.aspx?
Explain me the difference between include and require?
How to convert strings in hex format?
How can we change the value of a constant?
Do you know when sessions ends?
how to install openssl, ISAPI, pdf modules in php 5.2.5 with apache on windows xp.
How to read a file in php?