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 |
Does exist in php?
What are the rules in creating php variable?
Explain why would we use === instead of ==?
how to run PHP in command line?
8 Answers InfoShore, Ramp Green, Xtreeme,
i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.
What is zend studio for?
Does php have a future?
can anyone explain oops concept in php or give website to learn this concept clearly?
Explain what is the use of "echo" in php?
what is mean php ? is it designingtool or language? how ill create website using by php?
How to remove leading and trailing spaces from user input values?
What is the difference between array_pop() and array_push()?