Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <?php include('header.php'); ?>
  2. <?php define('VALID_INC', TRUE); include 'func.php'; ?>
  3.  
  4. <h1>Active Games</h1>
  5. <p><table width=50% align=center>
  6. <tr>
  7. <td width=20%><h2>name:</h2></td>
  8. <td width=20%><h3>link-in:</h3></td>
  9. <td width=10%><h2>updated:</h2></td>
  10. </tr>
  11. <tr><td align="right"><a href="/tcgs/idolise.php">idolise</a></td><td align="center"><a href="http://idolise.letstrade.cards"><img src="http://idolise.letstrade.cards/buttons/linkbutton007.png"></a></td><td align="left"><?php $database = new Database;
  12. $tcginfo = $database->get_assoc("SELECT * FROM `tcgs` WHERE `name`='onstage'");
  13. echo date('m/d/y', strtotime($tcginfo['lastupdated'])); ?></td>
  14. </tr></table>
  15.  
  16.  
  17. <h2>admin use</h2>
  18. <center><p><a href="/etcg">etcg</a></p></center>
  19.  
  20. <?php include('footer.php'); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement