header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
include ("../counter/counter.inc.php3");
include ("/srv/www/htdocs/cgi-bin/mysql_zugang.inc.php");
?>
Lexikon der gynäkologischen Begriffe
Lexikon der gynäkologischen Begriffe
$i=0;
if (isset($q))
{
$qq = AddSlashes ($q);
$res = mysql_query ("SELECT * FROM lexikon.erkl WHERE begriff LIKE '$qq%'");
if ($adm) echo " Gefunden: " . mysql_affected_rows() . "
";
if (!mysql_affected_rows()) echo " kein Begriff gefunden";
echo "
";
while ($row=mysql_fetch_array($res))
{
$i++;
if (!$adm && $i>5) break;
echo "
" . $row["begriff"] . "
";
if ($row["content"]) echo nl2br($row["content"]) . "