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 |
Write the code for upload a video file in PHP.How will You Play this in Your Page.?
2 Answers ASD Lab, Convex Digital,
How to increase the maximum execution time of a script in php?
What is a procedure in php?
What is orm in php framework?
How many ways to include variables in double-quoted strings in php?
What is the apache?
How to increase session life time using PHP?
How can we know that a session is started or not?
Explain what does $_files means?
How do you execute a php script from the command line?
What is the purpose of a query?
What are traits? How is it used in php?