sábado, 31 de octubre de 2015

checking if a word exist on an string

<?php

// check the if the word Ringing exist on the $result string

if(strpos($result,'Ringing')) {

echo "Agent Station Rining  $result<br><br>";
}


?>

http://stackoverflow.com/questions/4366730/check-if-string-contains-specific-words

No hay comentarios:

Publicar un comentario