How to get path of php.ini with a php script?
Answer / priti
phpinfo(); return php.ini location under 'Loaded
Configuration File' title.
| Is This Answer Correct ? | 18 Yes | 0 No |
Use of Session
How to display your correct URL of the current web page?
What are helpers in php?
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?
Explain what are psrs?
Can constructor be private in php?
What is mod_php?
What are escaping characters? Explain with an example?
What is meant by public, private, protected, static and final scopes?
What is the difference between super () and this ()?
Name and explain five of the PHP error constants?
Explain the three different kinds of Arrays?