View Single Post
Old 11-18-2004, 09:52 AM   #3
Wayne McBryde
Orange Mole
 
Join Date: Oct 2003
Location: NC, USA
Posts: 34
This is a sniplet of code that I use at the top of my pages for the search box.

**************************
<form action='http://mydomainhere.com/myphpdigfolderhere/search.php' method='GET'>
<input type='hidden' name='template_demo' value='./templates/simple.html'/>
<input type='hidden' name='site' value='0'/>
<input type='hidden' name='path' value=''/>
<input type='hidden' name='result_page' value='index.php'/>
<input type='text' class='phpdiginputtext' name='query_string' value='' size="20"/>
<input type='submit' class='phpdiginputsubmit' name='search' value='Search'/>
</form>

**************************
The real page is at http://LakeNormansWeb.com
The code is inside a table to keep things aligned.
__________________
Wayne Mcbryde
http://LakeNormansWeb.com
We search all of Lake Norman!
Wayne McBryde is offline   Reply With Quote