$title = "טודוס פדיה | ערכים על דרום אמריקה ומרכז אמריקה";
include "header.php";
?>
$rs = mysql_query("SELECT * FROM wiki ORDER BY namer") or die(mysql_error());
if (mysql_num_rows($rs)) {
while ($row = mysql_fetch_row($rs)) {
for ( $x = 0; $x < mysql_num_fields($rs); $x++ )
{ $a=mysql_fetch_field($rs, $x);
${$a->name} = str_replace("'", "`", stripslashes($row[$x]));}
$rowP[2] = $body;
if (strlen($rowP[2])>185) {
$rowP[2] = revquotes(trim(substr($rowP[2],0,min(strpos($rowP[2]," ",175),strpos($rowP[2],"
")))));
$lastChar = $rowP[2]{strlen($rowP[2])-1};
if (($lastChar==".") || ($lastChar==",")) $rowP[2]=substr($rowP[2],0,-1);
$rowP[2].="...";
}
echo "
".revquotes($namer)."
".revquotes($rowP[2])."
\n";
}
}
?>
include "fotter.php";?>