Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Stories by Liam Hammett on Medium:
A Look At PHP’s isset()
Jun 27, 2019 @ 16:00:02

isset() is one of the most important tools at your disposal to validate data in PHP. As the name implies, it is designed to verify if a variable given to it is set, returning a boolean value based on the result.However, it has some quirks and behaviours that are very much worth knowing as they ca...

tagged:

Link: https://medium.com/@liamhammett/a-look-at-phps-isset-df64df7158ab?source=rss-11b3e3747f8f------2


Trending Topics: