Im storing imdb.com links for each movie thats listed in the DB, and check for duplicates before a new movie is inserted. The problem is, some links are http://imdb.com/whatever while others are http://www.imdb.com/whatever
What would be the best way to force www. into every link thats submitted? I realize I should be storing the url without http:// or http://www. which would alleviate this problem all together.... but its too late to make that decision now.