Supprimer les lignes indésirables avec la fonction ‘chop( )’ September 27, 2012 Author: user {filelink=13352} <html> <head> <title>Fonction chop</title> </head> <body> <?php $welcom = "Bienvenu sur Mon Site: "; echo $welcom."<br/>"; $welcom = chop($welcom); print $welcom; ?> </body> </html> Categories: Uncategorized