Which parts of php are case sensitive?
Answer / Ashish Gautam
PHP is a case-sensitive programming language, which means that uppercase and lowercase letters are treated as different characters. For example, '$var' and '$Var' would be considered as two separate variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
When use javascript vs php?
How can we increase the execution time of a PHP script?
12 Answers CyberBeoz, Photon, XTX,
How to create a session? How to set a value in session? How to remove data from a session?
What is $_session in php?
When sessions ends?
List out different arguments in PHP header function?
What does $_env means?
This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?
Which function will you use to create an array?
Can we use get instead of post?
What is the most common http method?
Explain Booleans in PHP?