Re: [PHP-DB] Re: blob

2003-01-08 Thread David Smith
On Wed, 2003-01-08 at 06:50, [EMAIL PROTECTED] wrote: > > i know this is a bit down the chain, but i'm trying to keep the message > strings in tact > > but can't you set up your directory just like you set up your mysql Grants. > I have a directory that the web user owns, who is in its own gr

Re: [PHP-DB] Re: blob

2003-01-08 Thread Jeffrey_N_Dyke
To: [EMAIL PROTECTED] <[EMAIL PROTECTED] cc: id>

[PHP-DB] Re: blob

2003-01-08 Thread Bayu Susiloadhy
his website to a new server -> transferring all these files was a bit annoying. Storing them as binary data in mysql would have been easier to manage... -Original Message- From: David Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 8 January 2003 10:19 AM To: [EMAIL PROTECTED] S

RE: [PHP-DB] Re: blob

2003-01-07 Thread Luke Woollard
003 10:19 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: blob On Tue, 2003-01-07 at 15:52, [EMAIL PROTECTED] wrote: > > I agree with this method. i have not yet seen an advantage of storing > blobs in a database. Is there one? i'm sure those on this list would have > an

Re: [PHP-DB] Re: blob

2003-01-07 Thread Jeffrey_N_Dyke
cc: Subject: [PHP-DB] Re: blob 01/07/2003 05:18 PM Pl

Re: [PHP-DB] Re: blob

2003-01-07 Thread David Smith
On Tue, 2003-01-07 at 15:52, [EMAIL PROTECTED] wrote: > > I agree with this method. i have not yet seen an advantage of storing > blobs in a database. Is there one? i'm sure those on this list would have > an opinion if there was one. personally, i like storing all this stuff on > the file sys

[PHP-DB] Re: blob

2003-01-07 Thread Alex Francis
Why not upload the PDF file to a files directory and just put the path and filename in your database. "Natividad Castro" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi to all, > I want to be able to load PDFs into mysql DB, but I'm not very familiar with > t