How do I check environment variables?
Answer / Mohd Ramiz
You can check environment variables in PHP using the getenv() function. This function returns the value of a specific environment variable, or NULL if it is not set.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the difference between abstract class and interface?
can anyone tel me about the Expression engine Note:Its a CMS in Php
Do I need apache for php?
What is rtrim php?
What is the use of Mbstring?
Which php framework is fastest?
What is the advantage of runtime polymorphism?
What are the ways to include file in php?
What are php parameters?
what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons
What are the correct and the most two common way to start and finish a PHP block of code?
Describe session in php.