관리-도구
편집 파일: dbconn.php
<?php // Global connection file include("adodb5/adodb.inc.php"); global $db ; $db = NewADOConnection('mysql'); //$db->debug = true ; $db->Connect("localhost", "finest09_wbrides", "mango123", "finest09_wbrides"); ?>