/ Published in: PHP
Expand |
Embed | Plain Text
function xmlSafe($input) { return str_replace(array('&','\'','"','<','>'),array('&',''','"','<','>'),$input); }
You need to login to post a comment.
