/ Published in: PHP
Convert string to underscore, for SE safe URLs etc.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function string_to_underscore($string){ return $string;}