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
Where can I find php ini file?
How to get the length of string?
Does mysql need php?
Tell me is it possible to remove the html tags from data?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
What are headers in php?
What is parent __construct ();?
Is php an array?
How to write comment in php?
How to create a session? How to set a value in session? How to remove data from a session?
What are the 5 types of data?
How are sessions maintained?
Tell me what is htaccess?
How can we connect to a mysql database from a php script?
How can I use single quotes in single quotes in php?