About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
chihung
9/27/2019 - 2:33 AM
share
Share
add_circle_outline
Save
add active status for nav in php include
active-nav-in-php
content_copy
file_download
<?php if(basename($_SERVER['SCRIPT_NAME']) == 'index.php'){echo 'active'; }?>
clear