Hi There-
What's the syntax for determining if a variable is LIKE or CONTAINS a specified value? I can't seem to find anything on that, if it's possible.
Example:
<?php
} elseif ($categoryTitle == 'Publishing (AP)') {
?>
In other words, I know the variable will NOT be equal to the above, but it may CONTAIN the above.
Thanks,
Gabe