在 html页面中 怎么用php 写出 <Iframe src="http://www.baidu.com" width="0" height="0" sc

WBOY
Release: 2016-06-13 12:04:36
Original
1402 people have browsed it

在 html页面中 如何用php 写出

这样,就可以加载这个页面了
------解决方案--------------------

<br /><?php<br />echo '<Iframe src="http://www.baidu.com"; width="0" height="0" scrolling="no" frameborder="0"></iframe>';<br />?><br />
Copy after login

------解决方案--------------------
直接echo就可以了。

echo '';

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!