| name | language | licence |
|---|---|---|
| PHP/MYSQL/SQL : Inserer donnees en base depuis csv | PHP | Other |
| JS : boîte de dialogue confirmation | JS-JQuery | Other |
| JS : Date du client en javascript | JS-JQuery | Other |
| HTML : plus d'infos sur la balise adress | HTML | Other |
| JS : ouvrir dans une popup (window.open ) | JS-JQuery | Other |
| PHP : convertir des retours à la ligne en entité html avec la fonction nl2br() |
PHP | Other |
| PHP: manipuler date | Other | Other |
| PHP : conversion type de variable | PHP | Other |
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >
language: PHP
licence: Other
PHP : convertir des retours à la ligne en entité html
avec la fonction nl2br()
options: view full snippet • send to code collector
$str = nl2br($str);



library
html (48)