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 to declare an array in php?
What should we do to be able to export data into an excel file?
Tell me what are the __construct() and __destruct() methods in a php class?
How to call javascript function in php without any event?
Which of the data type is compound datatype supported by PHP?
Why is facebook still using php?
Can we use php variable in javascript?
What is a simple php method to make a cross domain data request?
What is the difference between get and post in php?
Which function would you use to format date information in php?
Where is session id stored?
What is the difference between php and java?
What is the difference between the include() and require() functions?
What is form action php?
How to find length of an array in php ?