HSP 側チャット機能

This commit is contained in:
2023-06-30 08:36:07 +09:00
parent dc11b07c4e
commit 2bd0e8a5aa
3 changed files with 33 additions and 1 deletions
+8
View File
@@ -2,3 +2,11 @@
require_once './modules/common.mod.php';
$db = new Chat;
$user_id = $_POST['id'];
$chat_message = $_POST['text'];
$db -> send_chat ($user_id, $chat_message);