//--------------------------------------------------------------------------- // // downloads.php3 // // This page loads all download files from the database depending // on the selected category // // MODIFICATIONS // Date Programmer Action // 2000-05-23 B.Gauthier Creation //--------------------------------------------------------------------------- // Include common file with database info (passwords , user name ...) // Variables that are used are the following // $DB_SERVER : Name of MySql server by default "localhost" // $DB_USER : User name taht is used to connect to MySql // $DB_PASS : User password for MySQL conenction // $DB_NAME : Name of database to use include "common_download.php"; if ($CurrentPage == "") { $CurrentPage=1; } if(!IsSet($mainfile)) { include ("mainfile.php"); } include "header.php"; ?>
| 檔案名稱 | 說明 | 大小 (Kb) | 下載次數 |
| No items in category | |||
| " . stripslashes($row[1]) . " | \n"; echo "\t\t" . stripslashes($row[2]) . " | \n"; echo "\t\t" . $row[3] . " | \n"; echo "\t\t" . $row[5] . " | \n"; echo "\t