Skip to content

Instantly share code, notes, and snippets.

View kyl191's full-sized avatar

Kyle Lexmond kyl191

View GitHub Profile
@kyl191
kyl191 / mkdirfile
Created August 13, 2011 07:22 — forked from anonymous/mkdirfile
<?php
function checkName($fname)
{
if ($fname == "20031128ab.jpg")
return "20031128.jpg";
return $fname;
}
function checkPath($pathToImages, $fname)
{