wpGeek

Tip #1: What not to use.

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’); ?>

On Mar 16, 2008 Posted by and it is filed under: Tips

Leave a reply