Source for file loadsettings.php

Documentation is available at loadsettings.php

  1. <?php
  2. /**
  3. * loading user settings (hitlist settings) from database
  4. @author Gabriele Droege, DNA Bank Network <contact@dnabank-network.org>
  5. @version 2.0
  6. @package Load
  7. @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org<br>The contents of this file are subject to the Mozilla Public License Version 1.1
  8. @filesource
  9. @license http://www.mozilla.org/MPL/ MPL
  10. */
  11.  
  12. $sql "SELECT * FROM usersettings WHERE ID_User = '$ID_LogUser'";
  13. $result mysql_query($sql);
  14.  
  15.     while($row mysql_fetch_object($result))
  16.     $RecordsPerPage $row->RecordsPerPage;
  17.       $Sorting $row->Sorting;
  18.       $RecordsPerPageSP $row->RecordsPerPageSP;
  19.       $SortingSP $row->SortingSP}
  20.     
  21. ?>

Documentation generated on Tue, 29 Nov 2011 10:44:53 +0100 by phpDocumentor 1.4.3