View Single Post
Old 03-13-2003, 07:56 PM   #1 (permalink)
Admin
$_['Your_Mom'];
 
Admin's Avatar
 
Join Date: May 2002
Location: Santee
Posts: 627
Admin is on a distinguished road
safe file naming?

is there a function to create safe file names? i cant seem to locate any

something like this:

PHP Code:
$foo "this !!! isn't a good";
$bar " ## file name";

$filename someFunction("$foo-$bar");

echo 
"$filename"
and $filename would return something like this: "this_isnt_a_good_file_name"

anything?
__________________


Urban Clothing
Admin is offline   Reply With Quote