Hi,
I am now in my final stage of trying to add the form into my website with my own custom search result page.
My result page is at http://www.mysite.com/search1.php (let said)
If I am not intepretated wrongly, I need to add in all details in file search_template.html into my custom search result page "search1.php". I can't find where to change the path in zoom search script search.php. Is it possible to search_template.html format to php?
The problem I am facing are all my webpages are linked using php code such as :
include("myfile.php")
if using html format, is not going to work.
Thanks
I am now in my final stage of trying to add the form into my website with my own custom search result page.
My result page is at http://www.mysite.com/search1.php (let said)
If I am not intepretated wrongly, I need to add in all details in file search_template.html into my custom search result page "search1.php". I can't find where to change the path in zoom search script search.php. Is it possible to search_template.html format to php?
The problem I am facing are all my webpages are linked using php code such as :
include("myfile.php")
if using html format, is not going to work.
Thanks
Comment