Re: [PHP-DB] linking images

2001-05-01 Thread Gyozo Papp
n a field using BLOB type. I think it is quite enough for you :) - Original Message - From: "Sharmad Naik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 2001. április 30. 16:05 Subject: [PHP-DB] linking images > I m using postgresql-7.0.2 with php,My problem is

Re: [PHP-DB] linking images

2001-04-30 Thread Phil Jackson
And store the file type - it does make a difference when you go to display it..i.e. *.gif or *.jpg.. Phil J. olinux o wrote: > Best way to do it is to store the filename in the db, > faster and really simple. > > What I have done at my site is write a script that > uploads the file. Uploading

RE: [PHP-DB] linking images

2001-04-30 Thread Robert Barrington
ow Boulevard Suite 326 Las Vegas, Nevada 89108-4534 Telephone: (702)656-1027 Facsimile: (702)656-1608 -Original Message- From: Sharmad Naik [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 7:06 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] linking images I m using postgresql-7.0.2 w

Re: [PHP-DB] linking images

2001-04-30 Thread olinux o
Best way to do it is to store the filename in the db, faster and really simple. What I have done at my site is write a script that uploads the file. Uploading generates something like three variables [filesize, filetype, and filename] the only one I am concerned with is filename. The variables ar

[PHP-DB] linking images

2001-04-30 Thread Sharmad Naik
I m using postgresql-7.0.2 with php,My problem is that this database doesn't allow more than 4k images to be stored . I wanted to know how to store images in a directory and keep its link in the dbase or if anyone can tell me how to split the image so that it can be kept in the dbase -Thanks --