'; } return ''; } ?>
Did you mean: %s ?
", $results['dym']['link'], $results['dym']['term']); } ?>
%s hits", $results['firstresult'], $results['hits']); } else { printf("Displaying results %s-%s of %s hits", $results['firstresult'], $results['lastresult'], $results['hits']); } } ?>

Sorry, no results were found.

Perhaps you mispelled your search query, or need to try using broader search terms.

For example, instead of searching for 'Apple iPhone 3.0 3GS', try something simple like 'iPhone'.

\n"); } else { printf("
    \n"); foreach($results['results'] as $result) { printf("
  1. \n", $result['permalink']); printf("

    %s

    \n", $result['permalink'], $result['title']); printf("

    %s (comment match)

    \n", $result['teaser'], $result['comment_link']); printf("\n", $result['authorlink'], $result['author'], get_the_category_list( ', ', '', $result['id']), date('m/d/Y', strtotime($result['date'])), $result['comment_link'], $result['numcomments']); printf("
  2. \n"); } printf("
\n"); } ?> "); $itemlinks = array(); $pagecnt = 0; $pagemax = 10; $next = ''; $prev = ''; $found = false; foreach($results['pager'] as $pageritm) { if ($pageritm['link']) { if ($found && $next === '') { $next = $pageritm['link']; } else if ($found == false) { $prev = $pageritm['link']; } $itemlinks[] = sprintf("%s", $pageritm['link'], $pageritm['page']); } else { $found = true; $itemlinks[] = sprintf("%s", $pageritm['link'], $pageritm['page']); } $pagecnt += 1; if ($pagecnt == $pagemax) { break; } } if ($prev !== '') { printf("Previous", $prev); } foreach ($itemlinks as $itemlink) { echo $itemlink; } if ($next !== '') { printf("Next", $next); } printf("
\n"); } ?>