/ Published in: PHP

You can use it with 'Nice URLs'
http://snipplr.com/view/4562/nice-urls-php-htaccess/
http://snipplr.com/view/4562/nice-urls-php-htaccess/
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php function string_to_underscore_name($string) { return $string; } echo string_to_underscore_name("13: inside movie films```''''---\//\Bye!?"); //Output: 13_inside_movie_films_bye ?>
Comments
