如何从用户端找到后端的Php编码? [英] How Can I Find Php Coding Of Backend From Userside ?

查看:85
本文介绍了如何从用户端找到后端的Php编码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

My question is that how can i see php server coding from front end ?







temp.php from coding side in adobe dreamweaver cs6(backend)




<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<h3>HTML CODDING</h3>
<?php
echo "php Coding";
?>
</body>
</html>







temp.php in browser(chrome) via inspect element option(frontend)




<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<h3>HTML CODDING</h3>
php Coding</body>
</html>




why i cannot see my php code at userside/frontend ?
and how can i see php code in userside/frontend?

推荐答案

你不能......

运行PHP代码并将其输出呈现为服务器上的HTML ...所有归结为客户端的是HTML ...
You can't...
PHP code run and its output rendered as HTML on the server...All comes down to the client is HTML...


这篇关于如何从用户端找到后端的Php编码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆