lindsaycb
08-11-2009, 06:09 PM
I have a .shtml file that has a form search box on it.
I'm calling
<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
<!--#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/contact_us/index2.shtml
I'm calling
<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
<!--#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/contact_us/index2.shtml