How to check if $_GET is empty?
|
You said it yourself, check that it's
See, PHP is so straightforward. You may simply write, what you think ;) This method is quite secure. |
|||||||||||||||||||||
|
|
i guess the simplest way which doesn't require any operators is
|
|||||||||
|
|
Just to provide some variation here: You could check for
it is completely identical to testing |
|||||||
|
|
|||||||||||||||||||
|
why do you need such a checking? lol |
|||||||||||||||||||||
|
|
I would use the following if statement because it is easier to read (and modify in the future)
|
|||||||||||||
|