首先,我想检查用户是否登录。如果没有,用户应该被重定向到 login.php 页面。
其次,我想在 PHP 中发送一个套接字。What I would like to happen is when the mute button is selected, a message is sent to the computer instructing it to do so.
这样做的目的是针对我正在创建的应用程序,但我不确定如何继续。
<?php
//session_start();
include("helper/DBOperation.php");
$dbObj = new DBOperation();
include("helper/check_user_login.php");
checkUserIsLogin();
?>