How to differentiate isset and empty
Answer Posted / vijay
isset is used to check whether the variable is set or
not ...
where as empty is used to check whether variable contains a
value or not
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is dao in php?
Does facebook use php framework?
How to read a file in php?
How do you connet mysql database with php?
Swap two variables value without using third variable in php ?
What are major variables in research?
What is api laravel?
What is the difference between apache and tomcat?
How to create an empty array in php?
What is difference between strstr() and stristr() in PHP?
What does $_ post mean in php?
Are objects passed by value or by reference?
What is use of header() function in php?
Is php pass by reference or value?
what is session_set_save_handler in PHP?