
PHP笔记
的的的的的猫
这个作者很懒,什么都没留下…
展开
-
PHP分享查询统计功能实现
<?php require('config.inc.php');date_default_timezone_set("Asia/Shanghai");header("Content-type: text/html; charset=utf-8"); $str_from = $_POST["from"].'原创 2018-10-26 16:11:25 · 983 阅读 · 0 评论 -
php实现一个简单的新增查询统计功能
<?php require('config.inc.php');date_default_timezone_set("Asia/Shanghai");header("Content-type: text/html; charset=utf-8"); $str_from = $_GET[&quo原创 2018-10-26 16:05:25 · 2004 阅读 · 0 评论 -
nginx支持php配置
nginx相关配置如下location ~ \.php?.*$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_nam...原创 2018-10-26 16:04:52 · 169 阅读 · 0 评论 -
centos7环境php7安装
下载链接:https://pan.baidu.com/s/1kVENjV7Z7SJOYm0-OhodUA提取码:e167安装操作指令## 文件目录,个人喜好选择[root@iZm5eealoheq9oyr6fvfk6Z src] cd /usr/local/src/## 解压[root@iZm5eealoheq9oyr6fvfk6Z src] tar -zxvf mirror## ...原创 2018-10-26 20:55:09 · 341 阅读 · 0 评论 -
ThinkPHP学习问题记录
问题列表原创 2018-10-27 16:11:46 · 126 阅读 · 0 评论