KahunaHube
Senior member
Is it common practice to escape the input that is taken from users? For example if the input was "hello "john doh"". escaping would turn this line into "hello \"john\"doh"
for security reasons? And then parse the escapes upon outputting the input?
Thanks!
-Hubert
for security reasons? And then parse the escapes upon outputting the input?
Thanks!
-Hubert