Ipower web hosting - WRITE YOUR OWN BLOG ENGINE // format search
WRITE YOUR OWN BLOG ENGINE // format search for HTML display $q = stripslashes(htmlentities($q)); include(”functions.php”); ?>
Search Results
There $plural1 $numresults post$plural2 . matching your search for $q.
“; echo “
- \n”; do { $post_id = $myposts[”post_id”]; $title = $myposts[”title”]; $summary = $myposts[”summary”]; echo “
- $title
- $summary
\n”; echo “
\n”; } while ($myposts = mysql_fetch_array($result)); echo “
“; } else { echo “
There were no posts matching your search for . $q.
“; } ?>
327