footer.php 301 B

1234567891011121314
  1. <table width=95% align=center>
  2. <tbody>
  3. <tr>
  4. <td align=left>
  5. <?php
  6. include "dm.php";
  7. $result = mysqli_query($db,"SELECT * FROM youplay");
  8. $row_cnt = $result->num_rows;
  9. printf("You can watch %d Videos.\n", $row_cnt);
  10. ?>
  11. </td>
  12. </tr>
  13. </tbody>
  14. </table>