Dangerous php functions

后端 未结 3 2031
故里飘歌
故里飘歌 2021-01-15 06:20

I\'m storing php functions to a mySQL database from user input, these functions need to be able to be executed.

As we know, this could and will allow Mr hacker to tu

3条回答
  •  清歌不尽
    2021-01-15 06:37

    Ive decided to go for something like this:

    http://mustache.github.com/#demo

    This will allow my users format there data in there own way without direct php code.

提交回复
热议问题