At the moment I have this piece of code in my navigational menu:
<tr align="left">
<td><a class="mainlevel" href="population_common.php" <?php if($_SERVER['PHP_SELF'] == "/zeus/population_common.php") echo ' id="active_menu"'; ?>>Population</a></td>
</tr>
However, I would like any extra elseif statement added :
elseif($_SERVER['PHP_SELF'] == "/zeus/population_elite.php")
. Is this possible and how would you do this? Any help most appreciated. :eek:
hermespalace 🆒