View Single Post
  #14  
Old 09-29-2009, 07:23 AM
 
masada3336 masada3336 is offline
 

Senior Member
  
Join Date: Jan 2009
Posts: 115
 

Default Re: new/custom php page?

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?
__________________
4.4.5 - with Customized Smart Template
Reply With Quote