http://it.php.net/preg_match

if(preg_match("/&ciccio=0/i", $stringa)) { print "chi c'è c'è"; }
else { print "chi non c'è non c'è"; }