<? echo"$title"; ?>
HomeMedical LibraryMedical NewsMedical TermsMedicinesVirus images
".$keyword.""; $vara .= $replacement." "; $str = str_ireplace($keyword, $replacement, $str); } /* Apply Important Style */ $str = str_ireplace(rtrim($vara), "".$keywords."", $str); return $str; } $query = " select * from ytpoai where match (symp,cause,descr,comment) against ('$keyword') "; $s = (isset($_GET['s'])) ? $_GET['s'] : 0 ; $numresults=mysql_query($query); $numrows=mysql_num_rows($numresults); // get results $query .= " limit $s,$limit"; $res = mysql_query($query) or die("error"); if ($numrows == 0) { echo""; } else { echo""; $count = 1 + $s; while($row = MySQL_fetch_array($res)) { $symp = $row["symp"]; $cause = $row["cause"]; $descr = $row["descr"]; $comment = $row["comment"]; $descr = hightlight($descr, $keyword); if ($count==1 || $count==5 || $count==8 || $count==1 || $count==1 || $count==11 || $count==16 || $count==19 || $count==21 || $count==26|| $count==29 || $count==31 || $count==36|| $count==39) { echo ""; } else { echo ""; } $count++ ; } ?>
Search Based on Symptom
Search Based on Disease
Common symptoms:

Common diseases:


The term was not found in symptom vs. cause database.

You can try to search in terms and acronym search.


"; ?> Or try special medical search

Medical symptoms and causes for $keyword
"; ?>
Special medical search:
Medicine search:
" size="31">


Symptom: $sympCause: $cause
Find all causes , books and medicines for this symptom
special medical search for $symp"; ?>
Find all symptoms , books and medicines of this cause
special medical search for $cause"; ?>

Description:
$descr
"; ?>


Symptom: $sympCause: $cause
Find all causes , books and medicines for this symptom
special medical search for $symp"; ?>
Find all symptoms , books and medicines of this cause )
special medical search for $cause"; ?>

Description:
$descr
=1) { $prevs=($s-$limit); print " << Previous 10  "; } // calculate number of pages needing links $pages=intval($numrows/$limit); // $pages now contains int of pages needed unless there is a remainder from division if ($numrows%$limit) { // has remainder so add one page $pages++; } // check to see if last page if (!((($s+$limit)/$limit)==$pages) && $pages!=1) { // not last page so give NEXT link $news=$s+$limit; echo " Next 10 >>"; } $a = $s + ($limit) ; if ($a > $numrows) { $a = $numrows ; } $b = $s + 1 ; echo "

$b to $a from $numrows results

"; } include ("footer.php");?>