/ Published in: PHP
remove multiple spaces and replace with underscore
Expand |
Embed | Plain Text
function stringUrlFormat($str){ // compress multiple spaces $count = 1; while($count){ } return $str; }
You need to login to post a comment.
