attachment.php
来自「想必大家都在找个个日志的代码吧··呵呵·我今天就吐血奉献给大家吧」· PHP 代码 · 共 23 行
PHP
23 行
<?php/** * 闄勪欢澶勭悊 * @copyright (c) 2008, Emlog All Rights Reserved * @version emlog-3.0.0 * $Id: attachment.php 740 2008-11-25 15:42:01Z emloog $ */require_once('./globals.php');//涓婁紶琛ㄥ崟鏄剧ずif($action == 'selectFile'){ $attachnum = 0; $logid = isset($_GET['logid']) ? intval($_GET['logid']) : ''; if($logid) { $sql="SELECT * FROM ".DB_PREFIX."attachment where blogid=$logid"; $query=$DB->query($sql); $attachnum = $DB->num_rows($query); } $maxsize = changeFileSize(UPLOADFILE_MAXSIZE); //鍏佽
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?