<?php $f = 'IMG_1474.PNG'; preg_match('/(.*)([.][^.]+$)/', $f, $match); echo preg_replace('/(.*)([.][^.]+$)/', '$1' . time() . '$2', $f); print_r($match);
You have javascript disabled. You will not be able to edit any code.