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 -

c# - WPF+EF - The operation cannot be completed because the DbContext has been disposed -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -