Jethro commented on a Page, WhoIs Dialog  -  Nov 07, 2011

MakiMaki, that won't work. You can only use the isin operator to make one single comparison.

Scakk's suggestion makes the recommended approach. You can also combine them with the && operator:

if ($numeric == 318) && ($numeric == 312) { halt }

You can, however, use the $count():

if ($count($numeric,312,318)) { halt }

in place of the isin, but isin is not considered appropriate.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.