what do you mean by php.ini file ?????????
Answer Posted / 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 |
Post New Answer View All Answers
What are majic methords in php?
How to concatenate two strings together in php?
What is the use of strip_tags() method?
How to increase the maximum execution time of a script in php?
Write a php script to get the largest key in an array?
What does php exit do?
Explain why would we use === instead of ==?
What is php resource type?
How to create a text file in PHP?
What is mean by an associative array?
What is difference between ksort() and usort() functions.
Explain the syntax for ‘foreach’ loop with example.
What is a php class?
Explain the three different kinds of Arrays?
How to create a directory?