hey, I would need an internal site search script. For example, there is search box, the user places the keyphrase/keyword and it returns a page that has links to all pages that contain this keyword/keyphrase. Does anyone know where can I get such a script?
I recommend DGS Search for a decent free site search engine. I've used it a few times and it works fine. ftp://ftp.digitalgenesis.com/pub/dgssearch/ Here's a few more (PHP based) that you could look into: http://php.resourceindex.com/Complete_Scripts/Searching/Searching_Your_Web_Site/
The only problem with Google site search is that you have to depend on Google's index... which isn't necessarily bad, but it won't be instantly updated.
Write one! In the mean time check out my AJAX search script at www.coffeesh0p.com - try entering the terms "salvia" or "seeds" for example. Is it me, or are webmasters getting lasier and lasier?
$sp = correct_spelling('lasier'); echo "We're getting $sp, but smarter. Work smart, not hard. Why re-invent the wheel? You are what you eat. (Wait... nvm)"; PHP: We're getting lazier, but smarter. Work smart, not hard. Why re-invent the wheel? You are what you eat. (Wait... nvm)
<?php $aChar = array (89,111,117,39,114,101,32,102,117,110,110,121); $sOutput = ''; foreach ( $aChar as $iChar ) { $sOutput .= chr( $iChar ); } echo $sOutput; ?> Code (php):
The DGS Search I talked about works with static html pages: ftp://ftp.digitalgenesis.com/pub/dgssearch/