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
How do you call a constructor for a parent class?
How to check a key exist in an array?
Where php language is used?
What is the use session in php?
How to run the interactive php shell from the command line interface?
Can I run php without xampp?
What are the different types of statements that are present in php?
What is the use of pear in php?
What is php mean?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
How many types of session are there?
How to insert an new array element in array?
What is meant by session in php?
What is the use of mvc in php?
What changes I have to do in php.ini file for file uploading?