Hi
I have a code that when i use it, it crashes. May you suggest a solution for this code EXCEPT replaceing(characters such as quotation, double quotation, slash and back slash) and decoding the input?
I have a code that when i use it, it crashes. May you suggest a solution for this code EXCEPT replaceing(characters such as quotation, double quotation, slash and back slash) and decoding the input?
Code:
$input = 'inputs " text'; $output = eval('$text = "'.$input.'"; return $text;')
Comment