Thread
:
PHP guys - im having a brain fart
View Single Post
10-11-2006, 11:36 AM
dissipate
The Dirty Frenchman
Industry Role:
Join Date: Nov 2005
Location: Lost Angeles
Posts: 8,904
$string = 'Chicken Cheese Waffles'; // or whatever the hell its stored in
strtolower($string); // makes it lowercase
$string = str_replace(" ", "-", $string); // replace spaces with -'s
dissipate
View Public Profile
Find More Posts by dissipate