what do you mean by php.ini file ?????????

Answers were Sorted based on User's Feedback



what do you mean by php.ini file ?????????..

Answer / sirish

Php.ini file has all the default settings for php to run on
apache.

Is This Answer Correct ?    31 Yes 4 No

what do you mean by php.ini file ?????????..

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

Post New Answer

More PHP Interview Questions

When is a conditional statement ended with endif?

0 Answers  


What are the different types of statements that are present in php?

0 Answers  


What is mysqli_real_escape_string?

0 Answers  


How to concatenate two strings in php?

0 Answers  


armstrong number by using php while number is given by the keyboard.?

0 Answers  






What is a simple php method to make a cross domain data request?

0 Answers  


Differences between get and post methods?

0 Answers  


What is query string php?

0 Answers  


Tell me how is it possible to parse a configuration file?

0 Answers  


Is key exist in array php?

0 Answers  


Tell us what is the difference between session_unregister() and session_unset()?

0 Answers  


How to convert a string to lowercase in php?

0 Answers  


Categories