메시지 관련 template 준비중

This commit is contained in:
2018-01-28 03:44:27 +09:00
parent 3ecee6a9e8
commit 9b45ca41fa
4 changed files with 51 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ $connect = dbconn();
<body oncontextmenu='return false'>
<?php
$query = "select no,nation,skin from general where user_id='{$_SESSION['p_id']}'";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$me = MYDB_fetch_array($result);