Re: saving images from mysql to file

2001-02-06 Thread Rolf Hopkins
D]> Sent: Wednesday, February 07, 2001 10:49 Subject: Re: saving images from mysql to file > Ok I have 2000 images in a database that I want to move out of the database and save the image as a file and place the url to the image in the database. But I can\'t figure out how to get t

Re: saving images from mysql to file

2001-02-06 Thread Phillip M.(Mike) Bishop
"Phillip M.(Mike) Bishop\" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 4:01 Subject: saving images from mysql to file > How do I save an images to a unix file that is saved in mysql? I know how to view the image with PHP and I know how to

Re: saving images from mysql to file

2001-02-06 Thread Rolf Hopkins
nd at www.devshed.com - Original Message - From: "Phillip M.(Mike) Bishop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 4:01 Subject: saving images from mysql to file > How do I save an images to a unix file that is saved in mysql? I know

saving images from mysql to file

2001-02-06 Thread Phillip M.(Mike) Bishop
How do I save an images to a unix file that is saved in mysql? I know how to view the image with PHP and I know how to write a file to unix. I just can't get the data from mysql into a format that will allow me to read it then write it. --