RE: [PHP-WIN] Re: IMAGES IN DB

2004-02-08 Thread Svensson, B.A.T. (HKG)
Actually, I've never heard about a SELECT that can do that. (Will, check out your link later.) -Original Message- From: hubo To: [EMAIL PROTECTED] Sent: 2004-02-08 19:10 Subject: [PHP-WIN] Re: IMAGES IN DB > A comment on storing binary content in an RDBMS's: > > QUESTION: Is it possibl

php-windows Digest 9 Feb 2004 03:03:52 -0000 Issue 2113

2004-02-08 Thread php-windows-digest-help
php-windows Digest 9 Feb 2004 03:03:52 - Issue 2113 Topics (messages 22764 through 22773): Re: IMAGES IN DB 22764 by: Donatas 22765 by: Svensson, B.A.T. (HKG) 22766 by: John Ellingsworth 22767 by: Shannon Eric Peevey 22768 by: Svensson, B.A.T. (HKG)

[PHP-WIN] newbie file script

2004-02-08 Thread Stephen Rivas Jr
hey guys - I'm sure this is old school problems but without any environment variables can you tell me if I'm doing something wrong?? thanks. I've been working on a listing that you can add titles to - so that I can add a title and an auto link to the file with the new update. Basically, the main t

[PHP-WIN] Re: IMAGES IN DB

2004-02-08 Thread hubo
> A comment on storing binary content in an RDBMS's: > > QUESTION: Is it possible to do a SELECT on an image that makes sence. > ANSWER: no! > My answer is: Yes! Have you never heard about the algorithm to compare and to sort (!) pictures not only using their meta data but also by analyzing th

Re: [PHP-WIN] IMAGES IN DB

2004-02-08 Thread Shannon Eric Peevey
Svensson, B.A.T. (HKG) wrote: I take no stand point for either side, but from a puristic relational stand point, binary contents has nothing, what so ever, to in the RDBMS. Again, that is what metadata is for :) What do you refer to as meta data in this context? the information t

RE: [PHP-WIN] IMAGES IN DB

2004-02-08 Thread Svensson, B.A.T. (HKG)
>>I take no stand point for either side, but from a >>puristic relational stand point, binary contents >>has nothing, what so ever, to in the RDBMS. >> > >Again, that is what metadata is for :) What do you refer to as meta data in this context? speeves cws -- PHP Windows Mailing List (http:

Re: [PHP-WIN] IMAGES IN DB

2004-02-08 Thread Shannon Eric Peevey
Svensson, B.A.T. (HKG) wrote: Ahhh The age old question about storing images in the database ;) I take no stand point for either side, but from a puristic relational stand point, binary contents has nothing, what so ever, to in the RDBMS. Again, that is what metadata is for :) spee

RE: [PHP-WIN] IMAGES IN DB

2004-02-08 Thread Svensson, B.A.T. (HKG)
> Ahhh The age old question about storing > images in the database ;) I take no stand point for either side, but from a puristic relational stand point, binary contents has nothing, what so ever, to in the RDBMS. This is, of course, only a thumb rule, then of course we can find good execpt

Re: [PHP-WIN] IMAGES IN DB

2004-02-08 Thread Shannon Eric Peevey
Svensson, B.A.T. (HKG) wrote: You probaly need to set the content type properly. A comment on storing binary content in an RDBMS's: QUESTION: Is it possible to do a SELECT on an image that makes sence. ANSWER: no! that is what metadata is for. So, the concensus might be that one rather would

RE: [PHP-WIN] IMAGES IN DB

2004-02-08 Thread John Ellingsworth
In a file called image.php do this: Then embed this into an img tag in a DIFFERENT page: Thanks, John Ellingsworth http://mail.med.upenn.edu/~jellings/ AIM: vc2000support -Original Message- From: zanzamarr [mailto:[EMAIL PROTECTED] Sent: Sunday, February 08, 2004 5:11 AM To: [EMAIL

RE: [PHP-WIN] IMAGES IN DB

2004-02-08 Thread Svensson, B.A.T. (HKG)
You probaly need to set the content type properly. A comment on storing binary content in an RDBMS's: QUESTION: Is it possible to do a SELECT on an image that makes sence. ANSWER: no! So, the concensus might be that one rather would like to store the images as a plain file on the server, and jus

Re: [PHP-WIN] IMAGES IN DB

2004-02-08 Thread Donatas
Heh I never thought I'd say this to anyone... but thank you for being so lazy. I wanted to know this long time ago but now I googled and found a great tutorial on this! http://codewalkers.com/tutorialpdfs/tutorial35.pdf For all lazy ones asking for help in the future... GOOGLE YOU BITCHES, GOOG

php-windows Digest 8 Feb 2004 10:07:52 -0000 Issue 2112

2004-02-08 Thread php-windows-digest-help
php-windows Digest 8 Feb 2004 10:07:52 - Issue 2112 Topics (messages 22761 through 22763): problems with variables 22761 by: Ciro 22762 by: Svensson, B.A.T. (HKG) IMAGES IN DB 22763 by: zanzamarr Administrivia: To subscribe to the digest, e-mail: [EMAIL PRO

[PHP-WIN] IMAGES IN DB

2004-02-08 Thread zanzamarr
Hello everyone! I'm building a site about all the states of the world. in the DB (MySql), I'm going to insert many dates: id, country,a, lot,of,informations,about,the,country and the image of the map of the country and pf the flag. The code I use to put into my db the image is this (see unde