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 -

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

django - CSRF verification failed. Request aborted. CSRF cookie not set -