yes, in design view, select where it says Search results, then go to code view, it will have the string "Search results highlighted, just after that string add:
<?php echo(isset($_SESSION['knowledgebase'])?" You Just Searched for ". $_SESSION['knowledgebase']."":""); ?>