Forum Moderators: coopster
}
}
}
?>
if ($filename!= "." AND $filename!= ".." and substr($filename, -4) != '.xyz') {
I have gotten into reading the changefile for new releases of php too. I can't tell you how many times I have found a function that I have had to custom build in the past.Sometimes when I have a little time I go through the functions in the manual to see if I can find something exciting or to just see how I could use some of the functions that I don't normally play with.
I ended up coding my own. :(