OK - I've tried everything I know of how to get this php search script to work. I've tried embedding it within {php} {/php} tags in the tpl file, but when I do that, it shows a blank page. So, I've had to refrence it as an external file from the tpl file:
Code:
{include_php file="skin1/customer/new/search.php"}
This is the only way to get it to call successfully, but then I run into a timeout error...shouldn't I be able to put the php code within the tpl files? Is there something that might cause an error I should be looking for that might cause it not to display if it's inside a tpl file, vs. outside include?