advanced code snippet search
gdonald on 09/27/06
output clean
09/27/06 08:55am09/27/06 08:54am
3 people have marked this snippet as a favorite
vali29hudgebryandease
function cleanFinalOutput( $html ){ $html = eregi_replace( "\n", '', $html ); $html = eregi_replace( "\r", '', $html ); return eregi_replace( "\t", '', $html );}
Report this snippet Tweet
Comment:
You need to login to post a comment.