Jump to content

$_get['']


ckrudelux

Recommended Posts

I may be wrong but i believe that $_GET is always set and values are defined to it.try:
if (count($_GET)!=0) {header('Location index.php?m=1')}

Hope this helps.

It did help thanks alot. If echo: $_GET output: array if echo: count($_GET) output: total of $_GET what is set.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...