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 |
Which variable declarations within a class is invalid in php?
Do you know what is the function func_num_args() used for?
How long is csrf token?
Do while loops php?
Is null in php?
How to create an empty array in php?
How can we encrpt a text?
How will you create a bi-lingual site (multiple languages) ?
Does facebook use php framework?
Is php 7.0 stable?
How can I make a script that can be bilanguage (supports English, German)?
write function of the sentence traversal passing the parameter, e.g input:this is input sentence. output:sentence input is this.