fill.tb.dungeons.wotlk.php
来自「A website for keeping track of wishes fo」· PHP 代码 · 共 32 行
PHP
32 行
<?php
include "conn.inc.php";
$dinsert = "INSERT INTO dungeons
(dungeonname, dungeonabbrev)
VALUES
('Utgarde Keep', 'UK'),
('Utgarde Pinnacle', 'UP'),
('The Nexus' , 'Nexus'),
('The Occulus' , 'Occulus'),
('Caverns of Time: The Culling of Stratholme' , 'CoT Strat'),
('Halls of Lightning' , 'HoL'),
('Halls of Stone' , 'HoS'),
('Gundrak' , 'Gundrak'),
('Drak\'Tharon Keep' , 'DtK'),
('Azjol-Nerub' , 'AN'),
('Ahn\'kahet: The Old Kingdom' , 'AK OK'),
('The Violet Hold' , 'VH'),
('Naxxramas' , 'Naxx'),
('Eye of Eternity' , 'EoE Malygos'),
('Obsidian Sanctum' , 'OS Sarth'),
('Vault of Archavon' , 'VoA')
";
$results = mysql_query($dinsert) or die (mysql_error());
echo "dungeons in db<br />";
//------------------
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?