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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

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