1 2 3 4 5 6 7 8 9 10 11 12
if($_GET['hot']){ $_hot = ...; } elseif($_GET['product']){ $_product = ...; } elseif($_GET['cat']){ $_cat = ...; } elseif($_GET['spudi']){ $_spudi = ...; }