随笔分类 - php
php
摘要:目录文件下 建 laji.php 然后把下面复制到文件里, 执行这个文件就行 <?php /** * @email admin@91084.com * 重置PbootCMS用户密码 */ // 设置字符集编码、IE文档模式 header('Content-Type:text/html; charse
阅读全文
摘要:1. public下的.htaccess /WEB/public/.htaccess <IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine on RewriteCond %{REQUEST_FILENAM
阅读全文
摘要:$cateChild = []; foreach ($cate1 as $key => $value) { // code... $cateChild[$key] = $this->dbModel->name('category')->where(['level'=>1])->select(); }
阅读全文
摘要:$str = "1,2,3,4,5,6,"; $newstr = substr($str,0,strlen($str)-1); echo $newstr;
阅读全文