适用于所有运行php的环境
<html>
<head>
<meta http-equiv="Content-Type"content="text/html; charset=utf-8"/>
</head>
<style>
#textarea{width:800px;height:300px;margin:10px auto;}
#content{width:800px;height:300px;margin:100px auto;}
#textarea textarea{border:1px solid #eee;color:#F75000;}
#title{width:100%;height:auto;text-align:center;font-size:14px;}
#content textarea{border:1px solid #eee;color:#6985ef;}
body{color:#666;}
</style>
<body>
<div id="title">
<span>风居住的地方</span>
<br/>
<span>QQ:819434425</span>
</div>
<div id="textarea">
请在下方输入PHP代码:
<form action=""method="POST">
<textarea cols="100"rows="20"name="code">
<?php
if (isset($_POST['code']))
echo stripcslashes($_POST['code']);
?>
</textarea>
<br/>
<input type="submit"name="sub"value="执行"/>
</form>
</div>
<br/>
<div id="content">
执行结果:
<textarea cols="100"rows="20">
<?php
if (isset($_POST['code']))
eval(stripcslashes($_POST['code']));
?>
</textarea>
<br/>
</div>
</body>
</html>
本版本全面兼容php5.6+,并且修复了许多官方程序的低级代码bug。在apache 2.4.17+php5.6.15环境下测试通过,人格保证无毒无木马,仅仅是一名ecshop热爱者心血来潮之作。ecshop编译更新日志:1、加入最新官方补丁。2、修改数据库连接底层为mysqli, 现在完美无缺了。3、再次对所有代码进行细节修复。4、adminers更新至1.1.2, 在线管理数据库的神器。5、测
0
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号