Blogger Information
Blog 35
fans 0
comment 1
visits 42679
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php混写是非常有意思的
魏先生的博客
Original
682 people have browsed it

//php混写 让我想到了一首歌:像风一样自由.

<?php $username = "明哥";  ?>

<?php $age = '28岁';  ?>

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title><?php echo "{$username}混写的php";  ?></title>

</head>

<body>

<?php echo "{$username}是个比较牛的人物,我最佩服他";  ?>

<h1>挺好的</h1>

<?php $re = "{$username}4.12才写的,今年{$username}的\n年龄是{$age}"; echo nl2br($re); ?>

</body>

</html>

<?php

echo "<br>";

echo "php混写确实是很牛的一件事";


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