m1bs Posted January 31, 2009 Share Posted January 31, 2009 Hello à tous,Actuellement je tente de virer tous les retours à la lignes contenus dans le champ de la description courte.J'effectue ceci et pourtant j'ai tout de même des retours à la ligne. Ce champ contient du html et je me demande si des caractères spéciaux sont contenus à l'intérieur.Avez-vous un avis sur ceci ? Car pourtant ça ne supprime pas les retours chariots. $ar_desc = nl2br($row['description_short']); $ar_desc = html_entity_decode(htmlentities($ar_desc)); $ar_desc = str_replace(CHR(10),"",$ar_desc); $ar_desc = str_replace(CHR(13),"",$ar_desc); $ar_desc = preg_replace("/(\r\n|\n|\r)/", " ", $ar_desc); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now