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 |
Tell me what's the difference between include and require?
How does csrf attack work?
What are the advantages of triggers?
What is php programming used for?
In how many ways we can retrieve the date in the result set of mysql using PHP?
What is difference between mysqli and mysql?
What is the maximum size of a file that can be uploaded using PHP and how can we change this?
How to convert one date format into another in php?
How would you determine the size of a file in php?
!== represents what?
What is the purpose of the '.myd' file extension? What do thes file contain?
Is not null mysql?