适用于所有运行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>
现代化家居响应式网站模板源码是以cmseasy进行开发的家居网站模板。该软件可免费使用,模板附带测试数据!模板源码特点:整体采用浅色宽屏设计,简洁大气,电脑手机自适应布局,大方美观,功能齐全,值得推荐的一款模板,每个页面精心设计,美观大方,兼容各大浏览器;所有代码经过SEO优化,使网站更利于搜索引擎排名,是您做环保类网站的明确选择。无论是在电脑、平板、手机上都可以访问到排版合适的网站,即便是微信等
0
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号