PHP eval() is this exploitable in my code? (dynamic arguments)
问题 EDIT: after reading all the input from the other users, i decided, to use what @chris suggested call_user_func_array() one more reason not to use eval() its slower than call_user_func_array() , but so far, nobody was able to exploit it my way, if you find a way, please post it as answer or comment :). So everybody can learn from it. Merry XMAS to all! ---EDIT END--- Ok i needed to make a dynamic code: I get user input like $_POST['a'], $_POST['b']; // Depends on each query how many user input