advanced code snippet search
ryarwood on 08/04/10
php include page navigation detection
08/04/10 02:30am
<?php $loc = $_SERVER['REQUEST_URI']; ?> <?php $pos = strpos($loc, "/music-videos/"); if ($pos === false) { echo ""; } else { echo "_over"; } ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.