View Single Post
Old 12-30-2003, 07:26 AM   #4
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. Yes, just edit the CHANGE_ME so that it is http://www.yoursite.com/yourdirectory/search.php and place the HTML into your page.
Code:
<form action="CHANGE_ME/search.php" method="post">
  <table>
    <tr>
      <td><input name="query_string" type="text" size="35"></td>
      <td><input name="search" type="submit" value="Go"></td>
    </tr>
  </table>
</form>
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote