All pastes #2045565 Raw Edit

Something

public php v1 · immutable
#2045565 ·published 2011-04-12 19:51 UTC
rendered paste body
$domains = array(".ru",".com",".ua");foreach($domains as $val) {if (strpos($str1, $val) !== false && strpos($str1,$my_site)===false){ }}