PHP : convertir des retours à la ligne en entité html avec la fonction nl2br()


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* $str = chaine contenant de retour à la ligne (ex. : une saisie dans un textarea)*/
  2. $str = nl2br($str);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.