Re: [PHP] I need to create a search that will search partial filesnames of images and display the images. Basically, I have a folder on theinternet that has security camera images dumped into it with a file namelike this:

2005-02-03 Thread Vin
Marek Kilimajer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Vin wrote: I need to create a search that will search partial files names of images and display the images. Basically, I have a folder on the internet that has security camera images dumped into it with a file name

Re: [PHP] I need to create a search that will search partial filesnames of images and display the images. Basically, I have a folder on theinternet that has security camera images dumped into it with a file namelike this:

2005-02-03 Thread Vin
Vin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Marek Kilimajer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Vin wrote: I need to create a search that will search partial files names of images and display the images. Basically, I have a folder on the

Re: [PHP] I need to create a search that will search partial filesnames of images and display the images. Basically, I have a folder on theinternet that has security camera images dumped into it with a file namelike this:

2005-02-03 Thread Marek Kilimajer
Vin wrote: Here is an example of what I'm talking about: Filename looks like this: MDcameraname20050108124537001A.JPG I would like the output to look like this: 01/08/2005 12:45:37 preg_match('/MDcameraname([0-9]{4})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})/', $filename, $m); $m[1] - year $m[2] -