Het werkt nu wel. Dank jullie!
Kan je alleen ook bij dikgedrukt:
<?php if($_SERVER['PHP_SELF'] == '/quotescoaching.php'){ echo 'actief' ; } else{ echo 'inactief' ; }?>
twee waarden invullen, zoals home.php en overons.php?
MVG,
if($a == 'b' || $a == 'c')
||
mag je in php ook gewoon or
gebruiken.