php 之 Object of class stdClass could not be conver
今天用Php进行输出时遇到了如下错误:Catchable fatal error: Object of class stdClass could not be converted to string in ……***
2021-12-07 13:21
98 
kim_about数据库与生成html静态页面代码
kim_about数据库与生成html代码 单个页面显示添加修改删除信息简洁思路 $action=$_GET[action]; switch ($action) { case saveform: sa
2021-12-07 13:21
114 
一个简单的验证身份的代码
一个简单的验证身份的代码 if($_COOKIE[adminname]==) { header(location:login.php); } require ../global.php; $admin=$
2021-12-07 13:21
82 
create_html.php创建公共htm静态页面
为什么没用file_put_contents这个函数呢?
2021-12-07 13:21
100 
SpHtml2Text函数
这个函数写的是什么东西呢? function SpHtml2Text($str) { $str = preg_replace(/||/isU,,$str); $alltext = ; $start =
2021-12-07 13:21
88 
php strstr查找字符串中是否包含某些字符的查找函数
strstr()函数的作用是:返回一个字符串在另一个字符串中首次出现的位置到后者末尾的子字符串(大小写敏感)。strstr 定义和用法语法strstr(string,search,before_search)参数 描
2021-12-07 13:21
107 
Centos 7 PHP7环境配置 LNMP
首先更新系统软件$ yum update安装nginx1.安装nginx源1. $yumlocalinstallhttp://nginx.org/packages/centos/7/noarch/RPMS/ngin
2021-12-07 13:21
103 
phpstudy You don't have permission to access /phpi
You don't have permission to access /phpinfo.php on this server.这个问题只有在高版本的php中才出现,5.6及以下都不会出现。修改前: Serv
2021-12-07 13:21
106 
返回顶部 留言