pls how can i know/detect if a file have more than a dot?
E.g $file = "2go.mp3.jar";
if(checkdot($file) == "yes")
{
echo "more than one dot in $file, pls rename, remove dot and leave the last dot alone.";
}
E.g $file = "2go.mp3.jar";
if(checkdot($file) == "yes")
{
echo "more than one dot in $file, pls rename, remove dot and leave the last dot alone.";
}
Comment