/ Published in: PHP
Fix special mac-characters in a string of text.
Expand |
Embed | Plain Text
function fix_content($content = false){ if(!$content) return false; return $content;}
You need to login to post a comment.
jspicher on 10/09/09
php text functions special characters fixcontent mac-characters
Fix special mac-characters in a string of text.
function fix_content($content = false){ if(!$content) return false; return $content;}
You need to login to post a comment.