Advertisement
yijung

Untitled

Jun 10th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php $database = new Database;
  2. $tcginfo = $database->get_assoc("SELECT * FROM `tcgs` WHERE `name`='onstage'");
  3. echo $tcginfo['lastupdated']; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement