Why re-invent the wheel. There are plenty of these out there...
Two I suggest are
[1] mine... http://daevid.com/photo_album.phtml
And
[2] http://www.andymack.com/freescripts/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, 9 Jan 2003, Anders Thoresson wrote:
> I'm planning to build a web album for my digital photographs, and have
> some questions regarding the design:
I don't want to discourage you from hacking your own code ... that's phat,
so plz take this just as some heads-up info:
IMHO, Gallery can'
- Original Message -
From: "Anders Thoresson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 09, 2003 1:20 PM
Subject: [PHP] building web album - design questions
> Hi,
>
> I'm planning to build a web album for my digital photographs, and have
> some questions rega
1. Store images separately with pointers in the database. It permits faster database
queries.
2.
3. int imagecopyresized ( resource dst_im, resource src_im, int dstX, int dstY, int
srcX, int srcY,
int dstW, int dstH, int srcW, int srcH)
- Original Message -
From: "Anders Thoresson"
> Hi,
>
> I'm planning to build a web album for my digital photographs, and have
> some questions regarding the design:
>
> 1) Is it better to store the images within the database, or just store
> pointers to the images which is put outside, in the filesystem?
>
IMHO, store a link of "poin
5 matches
Mail list logo