Sr. PHP Programmer Question:
What is the use of isset() in php?
Answer:
This function is used to determine if a variable is set and is not NULL
Previous Question | Next Question |
What is the difference between explode() and split() functions? | How send email using php? |