DO NOT use this search code in the

search.php
<?php echo $_SERVER [’PHP_SELF’]; ?>

Nobody should be allowed to search your entire server, or?

Use this one instead:

<?php bloginfo (’home’); ?>