1234567891011121314 |
- <table width=95% align=center>
- <tbody>
- <tr>
- <td align=left>
- <?php
- include "dm.php";
- $result = mysqli_query($db,"SELECT * FROM youplay");
- $row_cnt = $result->num_rows;
- printf("You can watch %d Videos.\n", $row_cnt);
- ?>
- </td>
- </tr>
- </tbody>
- </table>
|