Hello, I've been experimenting with the script and it seems great - but I can't get the results to appear using the php method. If I view the browser output the entire results are there, however the browser doesn't display anything.
The form posts to 'askpete.php'
askpete.php holds:
<?php include_once('top.php'); ?>
<?php include_once("search.php"); ?>
<?php include_once('bottom.php'); ?>
And I've removed redundant html from the search_template page.
Any ideas, or suggestions to other posts that I can't find?
The form posts to 'askpete.php'
askpete.php holds:
<?php include_once('top.php'); ?>
<?php include_once("search.php"); ?>
<?php include_once('bottom.php'); ?>
And I've removed redundant html from the search_template page.
Any ideas, or suggestions to other posts that I can't find?
Comment