for example if they entered this --> hello ♥ <input type="text">
the result :
-with nl2br(htmlentities())
hello � <input type="text">
-withoutit or with nl2br(html_entity_decode())
hello ♥ [_____________________] (with a field where i can write)
I hope u understand the prob
thanks for helping