Hello, my code: $divid=$_POST['divid']; $divtag=preg_split('/(\r?\n)+/', $divid); foreach($divtag as $idse) { $csss = ' <!-- '.$idse.' start --> <div id="'.$idse.'"> </div><!-- '.$idse.' finish --> '; $csscode = ' #'.$idse.' { } '; } In this code if i put lorem ipsum dolor sit amet into textarea it writes foreach $csss = '<!-- amet start --> <div id="finish"> </div><!--amet finish --> Why others not showing while Sorry for my bad English