Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Fernando Ferreras
I would try something link this... to id between 1 and 1000 /photos/1000/ to id between 1001 and 2000 /photos/2000/ and go on.. with this I avoid create too many directories or create to many files in a directory. PS: Does anyone knows how i select a job in oracle? []s Fernando Ferreras

Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Sheridan Saint-Michel
- Original Message - From: "Hugh Bothwell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 12:23 PM Subject: Re: [PHP-DB] Photo Album Schema > > "Sheridan Saint-Michel" <[EMAIL PROTECTED]> wrote in message >

Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Sheridan Saint-Michel
]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 11:50 AM Subject: Re: [PHP-DB] Photo Album Schema > I'm going to play Devil's advocate a little bit more here. > > Lets say user #1 uploads 1family.jpg, and user 11 uploads family.jpg. > > "1"

Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Jonathan Hilgeman
Load-balancing? I thought this was more of a simple project? I still think the per-user directories are the most simplest, yet effective methods. - Jonathan, www.SiteCreative.com "Hugh Bothwell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > "Sheridan Saint

Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Hugh Bothwell
"Sheridan Saint-Michel" <[EMAIL PROTECTED]> wrote in message 036e01c12a62$22947200$[EMAIL PROTECTED]">news:036e01c12a62$22947200$[EMAIL PROTECTED]... > You may want to, instead, create a directory for each user > with their name. This has several benefits. The first is that it > is an easy way

Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Rob Hardowa
1:47 AM > > Subject: RE: [PHP-DB] Photo Album Schema > > > > > I vote for one directory to simplify the programming side of things. > > > What > > > > do > > > > > you guys recommend for the filename convention? > > > > > > Would you let us

Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Jonathan Hilgeman
lename > > is the original name of the file. > > > > This would avoid conflicts (which is the point of a naming convention) > > and be fairly easy to implement. > > > > Sheridan Saint-Michel > > Website Administrator > > FoxJet, an ITW Company &g

RE: [PHP-DB] Photo Album Schema

2001-08-21 Thread Tyrone Mills
hat's just personal preference... -Original Message- From: Paul Burney [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 10:04 AM To: php mailing list Subject: Re: [PHP-DB] Photo Album Schema on 8/21/01 9:58 AM, Sheridan Saint-Michel ([EMAIL PROTECTED]) wrote: > If you are g

Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Paul Burney
on 8/21/01 9:58 AM, Sheridan Saint-Michel ([EMAIL PROTECTED]) wrote: > If you are going to use a single directory with a filename > convention I would suggest something simple, yet unique > like > > "id" . "filename" > > Where id is the unique userid from the DB and filename > is the original n

Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Justin Buist
f a naming convention) > and be fairly easy to implement. > > Sheridan Saint-Michel > Website Administrator > FoxJet, an ITW Company > www.foxjet.com > > > - Original Message - > From: "Anthony Carlos" <[EMAIL PROTECTED]> > To: "Rick Eme

Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Sheridan Saint-Michel
t; <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 11:47 AM Subject: RE: [PHP-DB] Photo Album Schema > I vote for one directory to simplify the programming side of things. What do > you guys recommend for the filename convention? > > Would you let users determine it

Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Sheridan Saint-Michel
et.com - Original Message - From: "Rick Emery" <[EMAIL PROTECTED]> To: "PHP-DB" <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 10:55 AM Subject: RE: [PHP-DB] Photo Album Schema > I vote for a single directory. Then use Sheridan's naming suggestion. &

RE: [PHP-DB] Photo Album Schema

2001-08-21 Thread Anthony Carlos
PROTECTED]] Sent: Tuesday, August 21, 2001 11:55 AM To: PHP-DB Subject: RE: [PHP-DB] Photo Album Schema I vote for a single directory. Then use Sheridan's naming suggestion. Richard Emery Excel Communications, Inc. IT Sr. Project Manager (972) 478-3398 (972) 944-0542 (pager) There is no &q

RE: [PHP-DB] Photo Album Schema

2001-08-21 Thread Justin Buist
ot; > > > > -Original Message- > From: Jeff Oien [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 21, 2001 10:49 AM > To: PHP-DB > Subject: RE: [PHP-DB] Photo Album Schema > > > I should have said photo_filename. That was what I intended to do. > Would you s

RE: [PHP-DB] Photo Album Schema

2001-08-21 Thread Rick Emery
From: Jeff Oien [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 10:49 AM To: PHP-DB Subject: RE: [PHP-DB] Photo Album Schema I should have said photo_filename. That was what I intended to do. Would you suggest one directory for all photos or separate directories for each user? Jeff Oien

RE: [PHP-DB] Photo Album Schema

2001-08-21 Thread Jeff Oien
hing like > > echo ""; > > Sheridan Saint-Michel > Website Administrator > FoxJet, an ITW Company > www.foxjet.com > > - Original Message - > From: "Rick Emery" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; "PHP-DB"

Re: [PHP-DB] Photo Album Schema

2001-08-21 Thread Sheridan Saint-Michel
" <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 10:19 AM Subject: RE: [PHP-DB] Photo Album Schema > This has been done. see http://www.photopoint.com > > This is a free service available to the public. > > rick > > Richard Emery > Excel Communications, I

RE: [PHP-DB] Photo Album Schema

2001-08-21 Thread Rick Emery
Communications, Inc. IT Sr. Project Manager (972) 478-3398 (972) 944-0542 (pager) There is no "trying"... There is only "Do" or "Not Do" -Original Message- From: Jeff Oien [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 10:31 AM To: PHP-DB Subject: R

RE: [PHP-DB] Photo Album Schema

2001-08-21 Thread Jeff Oien
Thanks for the suggestion but this is a personal project to be used for learning and as a place for friends to post photos with only the features that we all want. Jeff Oien > This has been done. see http://www.photopoint.com > > This is a free service available to the public. > > rick > > Ri

RE: [PHP-DB] Photo Album Schema

2001-08-21 Thread Rick Emery
This has been done. see http://www.photopoint.com This is a free service available to the public. rick Richard Emery Excel Communications, Inc. IT Sr. Project Manager (972) 478-3398 (972) 944-0542 (pager) There is no "trying"... There is only "Do" or "Not Do" -Original Message- Fro