Home  >  Article  >  Backend Development  >  这个php代码哪儿出错了

这个php代码哪儿出错了

WBOY
WBOYOriginal
2016-06-13 12:58:41814browse

这个php代码哪里出错了?

('<meta name="description" content="'.$s['title'].'"怎么样"" />');

我这个php 输出以后,那个"怎么样没有显示


$s['title']  显示了

哪里错了吗?
------解决方案--------------------
这样试试:
('');

Statement:
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