Posts by Heitor Silva • 46 points
1 post
-
3
votes1
answer290
viewsA: Active class in the menu using include
PHP has a magic constant that returns to you which file is running. This constant is the __FILE__. Say you have the files: index.php = Home Page about.php = About the company contact.php = Contact…