View Single Post
  #1  
Old 11-21-2006, 03:55 PM
bleucube bleucube is offline
Junior Member
 
Join Date: Nov 2006
Posts: 2
Default Use my own search

I would like to have a search box located on my main page.

In tdSearch.php I find:

<form class="bottom" name="search" method="get" action="<?=$_SERVER['PHP_SELF'].$query_link_screen?>">

What code would I need in my index.html / index.php in order for the search box to work?

Just:

<form class="bottom" name="search" method="get" action="http://mydomainname.com/search/tdsearch.php">

????

With the various hidden inputs?

Thank you!
Reply With Quote