Initial commit: 교육 프로젝트 배포
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
require __DIR__ . '/edu/bbs/db_conn.php';
|
||||
$pdo = db_conn();
|
||||
$row = $pdo->query('SHOW CREATE TABLE edu_contents')->fetch(PDO::FETCH_ASSOC);
|
||||
echo $row['Create Table'], PHP_EOL;
|
||||
Reference in New Issue
Block a user