我在此守则中,我有一个称为“积极”的科斯班,如果“GET[网页]=辅导、php、我的仪表等,我就使用这一班。
问题在于,即使页数与任何这些数值不相等,但本案的图兰州仍然出于某种原因活跃。
Any ideas why this would be happening? Am I using the or (||) operand incorrectly?
<?php if($_GET[ page ] == tutorials || php || mysql || html || css || js ) { ?>
<li class="active"> <?php } else { ?> <li> <?php } ?>
<a href="index.php?page=tutorials">Tutorials</a>
<ul>
<li><a href="index.php?page=php">PHP</a></li>
<li><a href="index.php?page=mysql">MySQL</a></li>
<li><a href="index.php?page=html">HTML</a></li>
<li><a href="index.php?page=css">CSS</a></li>
<li><a href="index.php?page=js">JS</a></li>
</ul>
</li>