wondering, does the * symbol (asterix) represent a wildcard in php, otherwise, how could i use a wildcard?
so that something like this could be accomplished…
if ($var == ‘.*.’value’.*.’) {foo;}
above, the foo would be executed if $var equaled anything with the word "value" in it. So, foo would be executed if $var equaled "values" or "blablavalueblabla" etc.
Thanks for your response ![]()
Powered by Yahoo! Answers
