Guest User

Untitled

a guest
May 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php>
  2. $res = mysql_query("SELECT COUNT(*) FROM wp_2")
  3. $row = mysql_fetch_row($res);
  4. $total = $row[0];
  5. echo $total;
  6. ?>
Add Comment
Please, Sign In to add comment