Re: Antwort: Saving pictures in MySql

2001-02-24 Thread Irmund Thum
Danie Weideman schrieb: > > I played around with fread PHP function but with no-luck how about fopen(), or $fp=fsockopen( "$host", 80,); $anfrage="GET $seite HTTP/1.0\r\n"); etc. IrmundThum - Before posting, please check:

Re: Antwort: Saving pictures in MySql

2001-02-24 Thread Danie Weideman
Hi All Thanks for the info but I need to be able to read a selected file from client host and write this to te db. I use this to get the file from client Picture: this gets the path and file name. When doing a insert the best I can do is to save path+file name into db field. I played around

Antwort: Saving pictures in MySql

2001-02-23 Thread alexander . skwar
On 23.02.2001 13:01:44 Danie Weideman wrote: > What field type must be defined for pictures. MEDIUMTEXT for the data VARCHAR/ENUM/INTEGER/whatever for the image type > How to load and retreive pictures from a database using PHP The same you do with "normal" data. Ie.: Store:INSERT INTO T

Re: Saving pictures in MySql

2001-02-23 Thread Peter Skipworth
ld to use I guess > > > > see these attachements from when I asked the same Q... > > > > Some of them may or maynot be helpful.. > > > > regards > > Barry > > > > -Original Message- > > From: Danie Weideman [mailto:[EMAIL PR

RE: Saving pictures in MySql

2001-02-23 Thread Barry Radloff
I hearterly concur ... -Original Message- From: Mikel King [mailto:[EMAIL PROTECTED]] Sent: 23 February 2001 03:46 To: Barry Radloff Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: Re: Saving pictures in MySql Greetings, In most cases you will find that the storage o

Re: Saving pictures in MySql

2001-02-23 Thread Mikel King
gt; Some of them may or maynot be helpful.. > > regards > Barry > > -Original Message- > From: Danie Weideman [mailto:[EMAIL PROTECTED]] > Sent: 23 February 2001 02:02 > To: [EMAIL PROTECTED] > Subject: Saving pictures in MySql > > Hi everyone > > I am

RE: Saving pictures in MySql

2001-02-23 Thread Barry Radloff
pictures in MySql Hi everyone I am new to MySql and PHP I have downloaded and configured both I have just finished my first db and are on a high. I was quickly broad to ground when I tried to load a image via a form into the database. Could someone please help with: What field type must be defined

Saving pictures in MySql

2001-02-23 Thread Danie Weideman
Hi everyone I am new to MySql and PHP I have downloaded and configured both I have just finished my first db and are on a high. I was quickly broad to ground when I tried to load a image via a form into the database. Could someone please help with: What field type must be defined for pictures.