Advertisement
yijung

Untitled

Jun 10th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <?php include('header.php'); ?>
  2. <?php define('VALID_INC', TRUE); include 'func.php'; ?>
  3. </center>
  4.  
  5. <center><h2>active tcgs</h2>
  6. <font size="1">
  7. <p><div id="linkout"><center><table width="400px"><tr>
  8. <td valign="top" align="center"><a href="http://onstage.letstrade.cards"><img src="http://onstage.letstrade.cards/buttons/rayna004.png" border="0"></a><br><font size="1"><b>
  9. <?php $database = new Database;
  10. $tcginfo = $database->get_assoc("SELECT * FROM `tcgs` WHERE `name`='onstage'");
  11. echo $tcginfo['lastupdated']; ?></b></td>
  12. </tr></table></center></div>
  13. <p>
  14. <h2>blurb</h2>
  15. <center><br> blah alallalala try this</a>
  16. </center>
  17.  
  18. <?php include('footer.php'); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement