예제 #1
0
파일: test.php 프로젝트: s-momo/mj-score
<?php

include 'include/db_connect.php';
$test = new db_connect();
$test->select_rows();
$test->select_game();
?>