I'd approach it the same way. preg_replace('/[^A-Za-z0-9_]/', '_', $dirname);
I totally agree with Curt here.
Justin French
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
I'd approach it the same way. preg_replace('/[^A-Za-z0-9_]/', '_', $dirname);
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php