member_pmall.php
来自「这是matlab的一个小程序」· PHP 代码 · 共 20 行
PHP
20 行
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('member_Pm');
if(!isset($action))
{
$action = '';
}
if($action=="post")
{
$floginid = 'admin';
$fromid = 0;
$toid = 0;
$tologinid = 0;
$sendtime = time();
$writetime = time();
$subject = cn_substr_utf8(HtmlReplace($subject),70);
$message = cn_substr_utf8(HtmlReplace($message),1000);
if(!isset($subject)||empty($subject))
{
ShowMsg('鐭
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?