user.php
来自「一款基于PHP的网络日记程序。WikyBlog支持:多用户的 BLOG」· PHP 代码 · 共 23 行
PHP
23 行
<?php// Try doing a union of two searches.. //// (SELECT .. FROM all_files ...) UNION (SELECT .. FROM all_history)// except.. // how would I keep the entries of "hidden"/"deleted" files out of the list when selecting from all_history?//defined('WikyBlog') or die("Not an entry point...");class searchUser extends query{ function searchUser(){ } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?