开发者

Online php script runner

开发者 https://www.devze.com 2023-02-11 03:49 出处:网络
I want to develop an online PHP script runner. I don\'t know how get started with it.Any basic ideas will b开发者_JS百科e appreciated.Thanks.In very simple form:

I want to develop an online PHP script runner. I don't know how get started with it. Any basic ideas will b开发者_JS百科e appreciated. Thanks.


In very simple form:

eval($_GET["code"]);

but you have to pay attention to the security risks of doing so. It is highly recommended to filter some "evil code" like create/delete files on the webspace etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消