How to check whether a variable is set or not in PHP August 18, 2019 0Comments 876Views The isset() function is an built-in function in PHP which is used to check whether a variable is set or not. The… Read more