\n";
  while ($datarecord=mysql_fetch_row ($result))
  {
if ($datarecord[5]=='no')  {continue;}
$datains=explode("-",$datarecord[1]);
$j=0;
while (isset($datains[$j])) {
$where=$where."Testo LIKE '%".$datains[$j]."%'";
if (isset($datains[$j+1])):
$where=$where." OR ";
endif;
$j++;
}
$mins=$datains[1];
$dins=$datains[2];
$yins=$datains[0];
 
echo "| \n";
echo"$datarecord[2]\n";
echo " |  | ".$datarecord[4]." |  
  |  \n";
  }}
  echo " \n";
mysql_close($conn);
 echo ("
 |