Re: [PHP-WIN] Manipulating images

2005-11-17 Thread Paul Menard
Well first of all the HTML image tag you provided '' really have no play in processing for PHP or Apache. This is pass-through code. In other words you are parsing this via PHP to build the filename for the img src= attribute but the fact the file does not actually exist is not a concern of PHP

[PHP-WIN] Manipulating images

2005-11-17 Thread Marcos R. Cardoso
Hello, we use here a script to convert our users' photos into thumbnails using the functions imagecreatefromjpeg(), imagejpeg() and others. Later we found out that we could simply use a tag like the one below, since the photos are thumbnails nowadays. "<"img src="<"?=$code.'-'.$digit?">".jpg