Who is the father of PHP and explain the changes in PHP
versions?
Answer Posted / 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 |
Post New Answer View All Answers
Write a hello world program using variable?
Tell us how can we access the data sent through the url with the post method?
Explain the syntax for ‘foreach’ loop with example.
What is empty php?
What are the advantages of stored procedures?
Is age nominal or ordinal?
How to create an empty array in php?
What is difference between session and cookie in PHP?
What does $_env mean?
What is $_ request in php?
Which php mvc framework is best?
How can you send http header to the client in php?
What is lazy loading in php?
What is difference between mysqli and mysql?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?