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 |
How do you register one session ?
What and How possible injection in PHP and mysql?
What is the difference between ereg_replace() and eregi_replace()?
Is there any way to call a JAVASCRIPT function in PHP in AJAX
What is difference between explode() or split() in PHP?
What is difference between session_unset and session_destroy?
hi..this is kumar...how m,uch time req for php preparation?is any coaching avaiable in vizag for php?
How to get a total number of elements used in the array?
What are the 5 types of variables?
How to get the number of visitors in a site?
Write a program to display a table of any given number?
How does the identity operator ===compare two values in PHP?