RE: [PHP-DB] Pictures+MySQL+PHP

2002-01-26 Thread Boaz Yahav
I think that saving images outside the database is better but sometimes you need it. here is something i wrote a while back : Sometimes, it's more convenient to save images in a database than as files. MySQL and PHP make it very easy to do this . In this article, I will describe how to save im

Re: [PHP-DB] Pictures+MySQL+PHP

2002-01-26 Thread Michael Waples
Ck Raju wrote: > > that I changed my mind. Gurhan Ozen>Storing images in the database is not a > good idea , just store the path of Gurhan Ozen>the images in the database > and keep your images in your hard disk... Gurhan Ozen> > > Since everything is on hard-disk, I personally feel, the imag

Re: [PHP-DB] Pictures+MySQL+PHP

2002-01-25 Thread CK Raju
that I changed my mind. Gurhan Ozen>Storing images in the database is not a good idea , just store the path of Gurhan Ozen>the images in the database and keep your images in your hard disk... Gurhan Ozen> Since everything is on hard-disk, I personally feel, the image can be stored anywhere. B

RE: [PHP-DB] Pictures+MySQL+PHP

2002-01-25 Thread Gurhan Ozen
Kamil, If getting info in your private email is making you so pleased maybe you shoudl never post any questions here, it is contradictory to the philisophy of the list. I have also asked about inserting / retrieving pictures in mysql database in past and I have received so many con replies that