PHP Interview Questions and Answers
Question: Is PHP a case sensitive programming language?
Answer: PHP is a partially case sensitive programming language. We can use function names, class names in case insensitive manner.
Question: What is mean by LAMP?
Answer: LAMP means combination of Linux, Apache, MySQL and PHP.
Question: How do you get the user’s ip address in PHP?
Answer: Using the server variable: [...]