home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / tbl_properties.php < prev    next >
Encoding:
PHP Script  |  2003-11-26  |  617 b   |  40 lines

  1. <?php
  2. /* $Id: tbl_properties.php,v 2.2 2003/11/26 22:52:24 rabus Exp $ */
  3. // vim: expandtab sw=4 ts=4 sts=4:
  4.  
  5.  
  6. /**
  7.  * Runs common work
  8.  */
  9. require('./tbl_properties_common.php');
  10. $err_url   = 'tbl_properties.php' . $err_url;
  11. $url_query .= '&goto=tbl_properties.php&back=tbl_properties.php';
  12.  
  13. /**
  14.  * Top menu
  15.  */
  16. require('./tbl_properties_table_info.php');
  17.  
  18. ?>
  19. <ul>
  20.  
  21. <!-- TABLE WORK -->
  22. <?php
  23. /**
  24.  * Query box, bookmark, insert data from textfile
  25.  */
  26. $goto = 'tbl_properties.php';
  27. require('./tbl_query_box.php');
  28.  
  29. ?>
  30. </ul>
  31.  
  32. <?php
  33.  
  34. /**
  35.  * Displays the footer
  36.  */
  37. echo "\n";
  38. require_once('./footer.inc.php');
  39. ?>
  40.