Prova così:

Codice PHP:
<?php
if ($pippo==100)
{ echo 
"<script type='text/javascript'>alert('ciao');</script>"
}
else
{
}
?>
Dovrebbe funzionare!