Hi All,
Working with DW8, PHP, and ZS Engine 5.1. I'm having issues getting search results to display in the controlled areas of my page.
I'm using php include to include search.php into search_template.php. Search_template.php has a template applied to it. The body region in the middle of the page where I want the search results to appear contains:
<?php include("search.php"); ?>
All's well till you run a search. The page appears in all its glory, however, the search results appears under the footer, after all the template content.
How can this be if I am including search.php in the middle of a controlled div?
Any help from vetted users is much 'preciated.
Thanks,
Xeneize
Working with DW8, PHP, and ZS Engine 5.1. I'm having issues getting search results to display in the controlled areas of my page.
I'm using php include to include search.php into search_template.php. Search_template.php has a template applied to it. The body region in the middle of the page where I want the search results to appear contains:
<?php include("search.php"); ?>
All's well till you run a search. The page appears in all its glory, however, the search results appears under the footer, after all the template content.
How can this be if I am including search.php in the middle of a controlled div?
Any help from vetted users is much 'preciated.
Thanks,
Xeneize
Comment