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 is difference between mysql_fetch_array and mysql_fetch_assoc?
What are the rules in creating php variable?
How to make horizonatl menu and vertical menu responsive
What is the difference between explode () and split () functions in php?
What is stripslashes php?
Can we override static method in php?
How to enable parsing?
How to access a specific character in a string?
What is faster in php?
Tell me is it possible to protect special characters in a query string?
Why do you need to filter out empty files?
What is data structure in php?
What types of Data Can Be Used as Array Keys?
Explain soundex() and metaphone().
Why framework is used in php?