|
Posted by Phil McKraken on 08/22/05 17:11
On Sun, 21 Aug 2005 15:24:53 GMT, "Tex John" <john@logontexas.com>
wrote:
>> if ((strtolower(substr(strrchr($filename, "."), 3)) == 'jpg') ||
>(strtolower(substr(strrchr($filename, "."), 3)) == 'tif')) {
>> # display
>> }
Well
very nice. but where do I put it ?
I tried several places, still doesn't work
I am still learning so gimme break :)
Can't make either one of the bits of code do the job. I'm sure I just
need to add something or put it in a specific place.
TIA
[Back to original message]
|