I need to integrate another php script into the search page - probably using php include .
The easiest way would be to do this as your help page says create my_search.php and include my new script with your search.php script
but this would mean changing all pages with the site search box to this new URL .
Is it possible to rename search.php to say xsearch.php then i could use search.php instead of my_search.php and would not need to change all pages .
Thanks
The easiest way would be to do this as your help page says create my_search.php and include my new script with your search.php script
but this would mean changing all pages with the site search box to this new URL .
Is it possible to rename search.php to say xsearch.php then i could use search.php instead of my_search.php and would not need to change all pages .
Thanks
Comment