RE: insert picture file in MySQL (+php)

2002-02-14 Thread John Lodge
Reuben, Try http://www.phpbuilder.com/columns/florian19991014.php3 John Lodge -Original Message- From: Reuben D Budiardja [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 3:08 PM To: [EMAIL PROTECTED] Subject: insert picture file in MySQL (+php) Hi, I remember reading a

Re: insert picture file in MySQL (+php)

2002-02-14 Thread Guy Davis
On Thu, 2002-02-14 at 08:42, Eric Torr Klopper wrote: > How would you go about doing this. Could somebody send me some sample code and also explain how to get the image link into the database so I can access the image. I'm fairly new to MySql and > PHP so any help on this will be appreciated. I

Re: insert picture file in MySQL (+php)

2002-02-14 Thread Eric Torr Klopper
Howdy >> You can store the images into a database, but no one recommends it. >> What I do, is actually store the location of the file in the database >> then have PHP open it. How would you go about doing this. Could somebody send me some sample code and also explain how to get the image link i

RE: insert picture file in MySQL (+php)

2002-02-14 Thread Todd Williamsen
The two biggest reasons why 1. Bloats the database 2. Slow at retrieving the images -Original Message- From: Reuben D Budiardja [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 9:30 AM To: Todd Williamsen; [EMAIL PROTECTED] Subject: Re: insert picture file in MySQL (+php

Re: insert picture file in MySQL (+php)

2002-02-14 Thread Reuben D Budiardja
On Thursday 14 February 2002 10:16 am, Todd Williamsen wrote: > Reuben, > > You can store the images into a database, but no one recommends it. > What I do, is actually store the location of the file in the database > then have PHP open it. Any reason why it is not recommended? I was going to do

RE: insert picture file in MySQL (+php)

2002-02-14 Thread Todd Williamsen
Reuben, You can store the images into a database, but no one recommends it. What I do, is actually store the location of the file in the database then have PHP open it. -Original Message- From: Reuben D Budiardja [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 9:08 AM To: