Initial commit: 교육 프로젝트 배포
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
require __DIR__ . '/../../bbs/db_conn.php';
|
||||
$pdo = db_conn();
|
||||
$stmt = $pdo->prepare("CALL proc_get_learner_status('2026', '', '', '', '', '')");
|
||||
$stmt->execute();
|
||||
$row = $stmt->fetch(PDO::FETCH_ASSOC);
|
||||
echo '<pre>';
|
||||
print_r($row);
|
||||
echo '</pre>';
|
||||
Reference in New Issue
Block a user