短地址生成,全套配置教程

admin4年前php1292

nginx 配置

location / {

rewrite  ^(.*)$  /index.php?s=/$1  last;

}



code 

rotoo.top.7z


相关文章

php.ini 7.3设置

date.timezone = PRCdisplay_errors = On网络保存图片,以及微信获取手机号码: windows下的PHP,只需要到php.ini中把前面的&nb...

数组问题整理

$arr[]           //用于收集子数组;serialize($arr)&nb...

php替换函数--数组写法

<?php  $my_name='&&&&'; //echo  substr(xml_entities(...

php post undefined index,PHP 中提示undefined index的解决方案

声明为空isset($_POST['user_email']),或者,empty($_POST['user_email'])在php.ini中设置error_repor...

php设置16位的md5加密方法

用substr函数实现substr(md5(变量),8,16);就可以实现默认的md5(变量)输出的是32位加密方法...

把一个索引数组内的某个元素删除后直接转成json输出,数据格式不正确

可以看到数组格式在unset后发生变化 解决方法很简单 仅一行代码就可以解决在foreach后 增加$arr = array_values($arr);转至:https://blog.csdn.net...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。