把字符按照逗号分割成数组
<?php
$cars=$_POST['shuju'];
$cars=explode(',', $cars);
print_r($cars)
?>
nginx 配置location / {rewrite ^(.*)$ /index.php?s=/$1 last;}code rotoo.top.7z...
<?php $servername = "localhost"; $username = "root"; $...
用substr函数实现substr(md5(变量),8,16);就可以实现默认的md5(变量)输出的是32位加密方法...
php的function函数内部只能有一个return,之后的代码就都全部运行不正常了...
https://windows.php.net/downloads/releases/archives/...
<?php //设置cookie setcookie("user_name", "frank", time()+3600); /...