%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/nailstv/public_html/fbus/
Upload File :
Create Path :
Current File : /home/nailstv/public_html/fbus/!szamol.php

<?php
header("Content-type: text/html; charset=utf-8");
  include "config.php";
  
  $d1="2012-11-1 00:00:00";        
  $d2="2012-12-1 00:00:00";
  
  $d1=strtotime($d1);  
  $d2=strtotime($d2);

  $sql="select id,pont from fb_kepek where datum>".$d1." and datum<".$d2." order by datum desc";
  echo $sql;
  $res=mysql_query($sql); 
  
  echo "<table>";
  echo "<tr><td>kép id</td><td>szavazat</td><td>valós</td></tr>";  
  while ($row=mysql_fetch_array($res))
  {
    $sql1="select * from fb_szavazo where 11ho like '%|".$row['id']."%'";
    $res1=mysql_query($sql1);
    $osszeg=0;
    while ($row1=mysql_fetch_array($res1))
    {
      $osszeg+=1;
    }
    //if ($osszeg<>$row[pont])
    //{
      echo "<tr><td>".$row['id']."</td><td>".$row['pont']."</td><td>".$osszeg."</td></tr>";
    //}
  }
  echo "</table>";     
  mysql_close();
?>

Zerion Mini Shell 1.0