Place the code bellow in search.php of your theme. Insert it after “<?php if (have_posts()) : ?>”

$allsearch = &new WP_Query("s=$s&showposts=-1");
$searchTerm= wp_specialchars($s, 1);
$postCount = $allsearch->post_count;

$searchTerm and $postCount will hold the data, echo them however you like.

Visit the best themes marketplace with over 600 premium wordpress themes.