<?php $str = "asd,ad"; if(preg_match(",",$str)) { echo "ok"; } ?
Beni çıkışlar
Hayır biten sınırlayıcı ',' içeri bulundu ...
>