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# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -