php - Is GET value empty? -


i've checked site solution is:

empty($_get) 

but when var dump is:

false 

how can be? i've dumped before rest of code , died page.

am checking it's value wrong?

maybe you're looking for:

count($_get) 

if it's 0 param has been received.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -