Q. What is the use of the isset() function in PHP?
β
Correct Answer: (B)
Check if variable exists and is not null
Explanation: isset() checks if a variable is set and not null.