Last change
on this file was
62,
checked in by jazz, 16 years ago
|
- 撰寫 admin/map-menu.php 來產生 JSON 檔
- 嘗試從 JSON 載入 map-menu
|
File size:
299 bytes
|
Line | |
---|
1 | <?php |
---|
2 | $hostname_connect = "localhost"; |
---|
3 | $database_connect = "ncor"; |
---|
4 | $username_connect = "oceandb"; |
---|
5 | $password_connect = "torioceandb"; |
---|
6 | $connect = mysql_pconnect($hostname_connect, $username_connect, $password_connect) or trigger_error(mysql_error(),E_USER_ERROR); |
---|
7 | mysql_query("SET NAMES 'utf8'"); |
---|
8 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.