Show search results on same page
I have a .shtml file that has a form search box on it.
I'm calling
HTML Code:
<form action="search-help.php" method="GET" id="searchform">
And the search file works. However, it goes to another page instead of showing the results immediately below the form.
I know I must have a SSI and this is what I have
HTML Code:
<!--#include virtual="search-help.php" -->
But it still doesn't work and goes to a new page.
I can't rename the .shtml file to a PHP. The page doesn't look right and my template is gone. But if I do & copy and paste the search-help.php code onto that page, then it works and shows my results under the search form.
Any other ideas? For a better idea here's the link: http://www.kishwaukeecollege.edu/con...s/index2.shtml