Prova così:

Codice PHP:
<?
$open
=file_get_contents("http://www.miapagina.it/index.htm");
if(
strpos($open,"pippo")){

//istruzioni

}
?>
Ciao!