/ Published in: PHP
You can use it with 'Nice URLs' http://snipplr.com/view/4562/nice-urls-php-htaccess/
Expand |
Embed | Plain Text
<?php function string_to_underscore_name($string) { return $string; } //Output: 13_inside_movie_films_bye ?>
You need to login to post a comment.
