How to differentiate isset and empty
Answer Posted / rahul shelar
isset is used for checking whether variable is set or not
and empty checks whether it is empty
Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
How can you declare a constant variable in php?
Is php easier than node?
What is the difference between fopen() and fclose()?
Why many companies are switching their current business language to php? Where php basically used?
What is mysql_fetch_object?
What exactly is validating and sanitizing?
Does php has a future?
What is the most common http method?
Php being an open source is there any support available to it?
Write down the code for save an uploaded file using php?
How to check an key is exists in array?
How we can declare variable in php?
Tell me how to create a text file in php?
What is a session in php?
What's the difference between using mysql_ functions and pdo?