1
vote
Encoding PHP Tags for Security?
This ensures that any PHP code in user input will not be executed if, for example, the application writes the input to a file or passes it to eval(). Or if you just want to write out …
