Published in: PHP
You can use it with 'Nice URLs' http://snipplr.com/view/4562/nice-urls-php-htaccess/
<?php function string_to_underscore_name($string) { return $string; } //Output: 13_inside_movie_films_bye ?>
You need to login to post a comment.
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.
Abe on 01/30/08
url String name nice underscore
5 people have marked this snippet as a favorite
adix
stphnclysmth
romanos
Dingdong
tikitakfire
Published in: PHP
You can use it with 'Nice URLs' http://snipplr.com/view/4562/nice-urls-php-htaccess/
<?php function string_to_underscore_name($string) { return $string; } //Output: 13_inside_movie_films_bye ?>
You need to login to post a comment.