Who is the father of PHP and explain the changes in PHP
versions?
Answers were Sorted based on User's Feedback
Answer / nikunj kansara
php.ini is the fater of php. b'c php.ini is load when php
is start, all configration of php is set into php.ini like
max size file upload, file upload path, your web server
path, runtime server and much more so that.
| Is This Answer Correct ? | 3 Yes | 11 No |
What are the benefits of composer?
What is the use of get and post method in php?
What is a null coalescing operator in php7?
Steps for the payment gateway processing?
What are the features of php 7?
what is the dirrence in PHP4 & PHP5 . ?
Where can I find php ini file?
How can we create a database using PHP and mysql?
In php, objects are they passed by value or by reference?
How variables are passed through arguments?
How to avoid the undefined index error?
What is use of header() function in php? What the limitation of header()?