PHP使用PDO连接MYSQL
$serve = 'mysql:host=数据库地址;dbname=数据库名;charset=utf8'; $username = 数据库帐号; $password =&...
$serve = 'mysql:host=数据库地址;dbname=数据库名;charset=utf8'; $username = 数据库帐号; $password =&...
.xhcy_img {width:159px;height:94px;position: relative;overflow: hidden;display: flex;justify-content...
/* +---------------------------------------------------------- * 功能:删除某个文件夹下所有的文件夹和文件 +-------------------...
rewrite ^/$ http://www.xx.com/$1 permanent; rewrite ^/cate_(.*)/detail_(.*).html&...
主程序<?php namespace ftp; /** * 作用:FTP操作类( 拷贝、移动、删除文件/创建目录 ) */ class ftp {...
第一步,先对内容进行处理,html的内容不适合word,在使用phpword转换时,只接受p和span元素,其它元素都要清除掉$modifiedHtml 为内容 $relust = check_table...