View Single Post
Old 01-27-2008, 01:06 PM   #4 (permalink)
sjaq
The Acquainted
 
sjaq's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
sjaq is on a distinguished road
Default

I used this for a project a while ago, worked pretty good:
PHP Code:
function make_url($url) {
    return 
preg_replace('/[\W]/''_'strtolower($url));

sjaq is offline  
Reply With Quote