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 is in php 7?
Which php framework is best for web development?
How can we get the browser properties using PHP?
4 Answers Google, Pollux Softech,
Which of the data type is compound datatype supported by PHP?
Where to put php files in apache server?
What are the 3 types of sessions?
•How to upload files using PHP?
Explain me how failures in execution are handled with include() and require() functions?
Do you know what is the differences between $a != $B and $a !== $B?
Write logic to print Floyd's triangle in PHP?
How can we encrypt the username and password using PHP?
13 Answers Avaria, HCL, TCS, Xpert,
Explain the ternary conditional operator in php?