adspace
Answer Posted / Ritesh
The isset() function in PHP returns TRUE if the variable exists and has value other than NULL, or if the variable is an array and has at least one element. It can be used to check whether a variable has been defined before using it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers