RE: [PHP] Best Choice

2001-07-13 Thread MRossland
I'm not sure of any open source projects that match what you're asking for, but I still recommend PHP. I get the impression that you are new to programming. If so, I do recommend PHP. At least in my case, PHP came easier than Perl or Python, probably because PHP is primarily designed for use on t

RE: [PHP] How to prevent people from downloading images

2001-07-03 Thread MRossland
I don't remember exactly the code on how to do it, but you have have the images placed in a folder outside the server's public document tree (like you would do with includes) ... that way, I couldn't link directly to your pic. As for stopping someone from right clicking on the image and doing a "

[PHP] Newbie question about how to detect mime/type

2001-03-06 Thread MRossland
Hi all, I was wondering how I could detect if a file is an image (jpg or gif or png) file? I’m running this on an NT box, but I don’t want to rely on the file extension. Is there a way? Thanks for any help, --Mark