topical media & game development

talk show tell print

basic-php-16-viewtopic.php / php



  <?php
  require_once 'conn.php';
  require_once 'functions.php';
  require_once 'http.php';
  if (!isset(_GET['t'])) redirect('index.php');
  require_once 'header.php';
  
  topicid = _GET['t'];
  limit = admin['pageLimit']['value'];
  
  showTopic(topicid, TRUE);
  
  require_once 'footer.php';
  ?>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.