<?php header ( "Content-type:application/vnd.ms-excel" ); header ( "Content-Disposition:filename=…
- PHP
- 2022-04-15
$data= json_decode(html_entity_decode(stripslashes($data)), true); $data就是一个数组了. 来源于:https://blog.cs…
- PHP
- 2022-04-01
//查询条件 if(isset($_GPC['username'])){ $where .= " AND AES_DECRYPT(UNHEX(username),'$rid') LIKE :key";…
- PHP
- 2022-03-08
使用PHPWord生成合同什么的很方便,也很简单,就是在doc模板文件中提前设置好变量名称,如${name},然后替换成真实内容就行,包括word中动态表格(行数不定)的处理也非常简单。 加载模板文件…
- PHP
- 2021-08-04
最新评论