Vidyalelo
PHP · Q14

HTML Forms Handling

Programming · PHP · question 14

Q14

Which function is used to verify whether a variable contains a value?

A.
header()
B.
footer()
C.
inset()
D.
isset()
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The isset() function determines whether a variable has been assigned a value. Its prototype follows: boolean isset(mixed var [,mixed var [,…]]).