Hello,
I wonder to know if there is a comparision operator similar to "contains" or somethin like that.
For example, I would like to know if ther was an operator that made this if TRUE, assuming that $PHP_SELF returns /la_terrassa/index3.php.
<?php if($PHP_SELF == 'index3.php'){echo ("images/menu_cat/images/1_r9_c1_f2.gif"); }else{ echo ("images/menu_cat/images/1_r9_c1.gif"); } ?>
Thanks a lot,
NarcĂs