Home > Backend Development > PHP Tutorial > php修改title,并隐藏源码

php修改title,并隐藏源码

WBOY
Release: 2016-06-23 13:27:02
Original
1520 people have browsed it

<?php$title ="aaaaa";echo "<title>$title</title>";?>
Copy after login

php代码是这样写的。
是更改了标题但是如何才能让别人看不到源码


或者说还有什么办法不使用echo更改title?


回复讨论(解决方案)

大哥PHP是开源的 除非你加密

大哥PHP是开源的 除非你加密



我的意思是一般情况下php除了echo不是看不到源码的吗,有办法实现这种看不到源码但是修改title标签吗

aaaaa
这也要看不见?
如果是的,那么浏览器会显示什么呢????

aaaaa
这也要看不见?
如果是的,那么浏览器会显示什么呢????
按我这个例子说的话
标题为aaaaa源码处为空白

由 


做到 aaaaa 的效果
可以使用 js
如果不想看到 js 的赋值代码,可以通过 ajax 传递的 js 代码实现

这与 php 没什么关系
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