$kod = '<a 
href="falan">asd</a>';
echo str_replace(array("\n","\t","\r"), null, $kod);

// çıktısı <a href="falan">asd</a>