clean image file name function in php
RegisterLogin
clean image file name function in php
Post Description: clean image file name function in php
Tags: clean, image, file, name, function, in, php
This Post Was Posted On Feb 29, 2008 By web hosting #1897
Post Description: clean image file name function in php
Tags: clean, image, file, name, function, in, php
This Post Was Posted On Feb 29, 2008 By web hosting #1897
clean image file name function in php by web hosting
function clean_image_name($name)
{
$name = strtolower($name);
$code_entities_match = array( '"' ,'!' ,'@' ,'#' ,'$' ,'%' ,'^' ,'&' ,'*' ,'(' ,')' ,'+' ,'{' ,'}' ,'|' ,':' ,'"' ,'<' ,'>' ,'?' ,'[' ,']' ,'' ,';' ,"'" ,',' ,'_' ,'/' ,'*' ,'+' ,'~' ,'`' ,'=' ,' ' ,'---' ,'--','--');
$code_entities_replace = array('' ,'-' ,'-' ,'' ,'' ,'' ,'-' ,'-' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'-' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'-' ,'-' ,'-' ,'' ,'' ,'' ,'' ,'' ,'-' ,'-' ,'-','-');
$name = str_replace($code_entities_match, $code_entities_replace, $name);
return $name;
}
{
$name = strtolower($name);
$code_entities_match = array( '"' ,'!' ,'@' ,'#' ,'$' ,'%' ,'^' ,'&' ,'*' ,'(' ,')' ,'+' ,'{' ,'}' ,'|' ,':' ,'"' ,'<' ,'>' ,'?' ,'[' ,']' ,'' ,';' ,"'" ,',' ,'_' ,'/' ,'*' ,'+' ,'~' ,'`' ,'=' ,' ' ,'---' ,'--','--');
$code_entities_replace = array('' ,'-' ,'-' ,'' ,'' ,'' ,'-' ,'-' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'-' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'' ,'-' ,'-' ,'-' ,'' ,'' ,'' ,'' ,'' ,'-' ,'-' ,'-','-');
$name = str_replace($code_entities_match, $code_entities_replace, $name);
return $name;
}
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
summer
#4729 1
how much does the camara cost????
Dec 31, 2010 Reply Report abuse
jose
#4473 2
malas las camaras esa hechas en japon
Sep 23, 2010 Reply Report abuse
henr
#2132 3
wow, it worked for me, exactly what i was looking for
Apr 24, 2010 Reply Report abuse
yaksis
#3863 4
you need to change the files in the function to make it longer tho, if you need more help let me know
Apr 24, 2010 Reply Report abuse
yangin
#3862 5
i need to remove the long names and make it shorter
Apr 24, 2010 Reply Report abuse
stan
#2131 6

i love taking photographs but i always have problems posting my images online because the camera always makes a really huge and big file and the website will not allow me to upload or post my pictures. i hope this can help me.
Mar 24, 2008 Reply Report abuse
Leave Your Comments...
©2011 Webune Forums - Mon Dec 19, 2011 2:10 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3