Sorry, * is not a wildcard it is what i am trying to match.
basically i need it to say
if detail[2] equals $_REQUEST['who']
OR if $_REQUEST['who'] equals "*"
Then do some stuff.
but at the moment the script is only working on the first bit of the if statement and not the OR
any ideas>?