// if story and cat IDs exists, this must be coming from the index page // ensure that story page appears with correct navigational bars if ($story_id && $cat_id) { $url = "story.php?cat_id=" . $cat_id . "&story_id=" . $story_id; } // else send it to listing page else { $url = "start.php"; } ?>
if (preg_match("/MSIE/i", $HTTP_USER_AGENT)){ ?>