Examveda
Examveda

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

A. header()

B. footer()

C. inset()

D. isset()

Answer: Option D

Solution(By Examveda Team)

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

This Question Belongs to PHP >> HTML Forms Handling

Join The Discussion

Related Questions on HTML Forms Handling