$dic=""; $vlfraza=""; $search=""; @include("globals.php"); @include "google_text.php"; @include("const.php"); $page=0; $keywords=""; connect_db(); $char=htmlspecialchars(@$_GET['char']); $wg1=0; $wg2=0; $wg3=0; $wg4=0; $wg5=0; $wg6=0; $wg7=0; //$char=preg_replace("/[^\w\x7F-\xFF\s]/"," ",@$_GET['char']); $char=trim(ereg_replace(" +"," ",$char)); // $fk_doc=htmlspecialchars(@$_GET['idf']); $temp_query=$search; $dop=""; $sql="select idfraza, vlfraza, fksource, shortvalue, filename, vlsource from frz inner join ops on idfraza=fkfraza inner join src on idsource=fksource where vlfraza like '".$char."%' order by vlfraza"; // echo $sql; //exit; $result= exec_sql($sql); $awrdcount=0; while ($row=mssql_fetch_array($result)) { if ($search=="") $search=$row['vlfraza']; $dic=$dic."
// echo $dic; // exit; ?> |
echo "
|
|
« echo $search ?>»
if ($awrdcount>=1) { ?> Значение слов: «» } ?>
if ($awrdcount>=2) { ?> } ?>
if ($awrdcount>=3) { ?> } ?>
if ($awrdcount>=4) { ?> } ?>
if ($awrdcount>=5) { ?> } ?>
include ("footer.php")?>
|