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
Are parent constructors called implicitly inside a class constructor?
How can we determine whether a php variable is an instantiated object of a certain class?
What is mysql_fetch_row?
What does explode do in php?
How to write a program to make chess?
What is new keyword in php?
How can we change the maximum size of the files to be uploaded?
Is php an array?
Can php run on windows server?
How does csrf attack work?
How do I use isdigit function?
What are the two main string operators?
What is the functionality of the functions strstr() and stristr()?
Explain about require and include function?
What is isset in php?