/ Published in: PHP
Deletes empty spaces and br tags on start and end of a string
Expand |
Embed | Plain Text
function trim_br($string){ return $string; }
You need to login to post a comment.
Deletes empty spaces and br tags on start and end of a string
function trim_br($string){ return $string; }
You need to login to post a comment.