Blogger Information
Blog 14
fans 0
comment 1
visits 6511
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
8月21日作业
狼图腾的博客
Original
601 people have browsed it

实例

1.变量解析

<meta charset="UTF-8">
<?php
//字符串变量解析
$name = 'php开发学习';
$title1 = '第二阶段第一科程,环境建设和变量解析';
$title2= "第二阶段{$name}第一科程,环境建设和变量解析";
echo $title1 ,'<br>' ,$title2;

2、

实例

?php
echo "<h1 style='color:red'>Hello one ren  World</h1>";
// echo print
// 功能是将内容以字符串的形式输出到浏览器
/*php,超文本预处理器,他的本质是处理html
 * 超文本:html
 */
echo '<h3>news  你好 </h3>'; //直接输出无返回值
echo print '<h3>good year</h3>';//直接输出成功并返回 1

运行实例 »

点击 "运行实例" 按钮查看在线实例

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post