I know some of you are using PHP avatars and signatures, and I'm curious;
Isn't that a huge security risk?
My question is, are there any limits set on the executable code for PHP images?
Remember, PHP is only executed on the server side, not the client side..
So there's absolutely no risks at all? So there's no way for them to incorporate JavaScript into a PHP page and execute that code?
(2009-06-18, 09:37 PM)Scoutie44 Wrote: [ -> ]So there's absolutely no risks at all? So there's no way for them to incorporate JavaScript into a PHP page and execute that code?
AFAIK there is no risk. As Dennis said, PHP is executed on the server side, not the client side, so I don't think anyone could incorporate javascript into the code.
I'm still not convinced it's as safe as you say it is, but you know more about this than I do, so w/e.