个人博客网站

WBOY
Release: 2016-06-23 13:36:48
Original
991 people have browsed it

在调试【个人博客网站】的时候,php代码出现了些问题,望大师指导啊


回复讨论(解决方案)

第一个是因为你传入的不是字符串,提示你传入的是数组;第二个和第三个是说你数组中不存在这两个索引。

虽然很不好意思开口,但是能不能麻烦帮忙调试一下呢

贴出前 20 行代码

还有这种问题,虽然知道什么意思,但是不知道该怎样去定义?代码如下:

$word = strlen($str);
应为
$word = count($str);
其后加上
$img = $pic = '';

$info[title]
改为
$info['title']



14: $word = count($str);
15: $img = '';
16: $pic = '';
17:for($i=0;$i

还有这种问题,虽然知道什么意思,但是不知道该怎样去定义?代码如下:



104行 $info[title] 改为 $info['title']

变量的属性未定义,如果忽略错误,可以修改php的错误级别。

哇,谢谢了,好多地方的问题都改好了,不过这几个又是怎么回事呢?
【1】
还有。。。:
【2】
【3】
【4】

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template