Home > Backend Development > PHP Tutorial > 一个很简单的问题

一个很简单的问题

WBOY
Release: 2016-06-23 14:16:15
Original
879 people have browsed it

本帖最后由 jdgdf566 于 2013-07-20 17:29:47 编辑

PHP

一个页面,有一个输入框,输入一段php代码,提交后返回运行结果。服务器端什么结构?不使用eval()函数。

回复讨论(解决方案)

exec("php -r php代码")
没试过

为什么不是要eval函数?

把提交的代码保存为php文件然后加载

为什么不是要eval函数? 服务器不让。

Related labels:
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