insert picture file in MySQL (+php)

2002-02-14 Thread Reuben D Budiardja
Hi, I remember reading article about how to use MySql table as a place to put picture file. I can't find that article now. Can anyone help me with this? or point me to URL or something. I am using php as the front end. Thanks. Reuben D. Budiardja

RE: insert picture file in MySQL (+php)

2002-02-14 Thread Todd Williamsen
To: [EMAIL PROTECTED] Subject: insert picture file in MySQL (+php) Hi, I remember reading article about how to use MySql table as a place to put picture file. I can't find that article now. Can anyone help me with this? or point me to URL or something. I am using php as the front end. Thanks

Re: insert picture file in MySQL (+php)

2002-02-14 Thread Reuben D Budiardja
- From: Reuben D Budiardja [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 9:08 AM To: [EMAIL PROTECTED] Subject: insert picture file in MySQL (+php) - Before posting, please check: http://www.mysql.com

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 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 into

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 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