Show search term on results page
Is it possible to show the term(s) or keyword(s) that has been searched for on the search results page?
Is it possible to show the term(s) or keyword(s) that has been searched for on the search results page?
you would need to change the extesnion of the results from .html:
bing_resultspage.html
to .php:
bing_resultspage.php
also, change the action of the form on the serch page to use the new extension:
<form id="BingSearchForm" name="BingSearchForm" method="get" action="bing_resultspage.html">
to:
<form id="BingSearchForm" name="BingSearchForm" method="get" action="bing_resultspage.php">
then you can add the following code to the results page:
You Searched for: <?php echo((isset($_GET["Bing_query"]))?$_GET["Bing_query"]:"") ?>Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.