Search found 3 matches

by Ty44ler
Wed Jun 03, 2009 2:26 pm
Forum: PHP - Code
Topic: Inserting images based on file extension
Replies: 5
Views: 721

Re: Inserting images based on file extension

I just checked the output code... all the images are coming up as unknown...

Why is that?
by Ty44ler
Wed Jun 03, 2009 12:14 pm
Forum: PHP - Code
Topic: Inserting images based on file extension
Replies: 5
Views: 721

Inserting images based on file extension

What I'm trying to do: I am calling a list of files from a folder and I'm trying to display a little icon of the file type next to it in the list. Also I'm calling sub-folder names and trying to display an image of a folder next to that. What is going wrong: I can get one file type to show up which ...