From: Naveen Nalam Date: March 16 1999 11:03am Subject: Re: about image List-Archive: http://lists.mysql.com/mysql/316 Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I haven't looked into storing images myself, but I'm curious as to how I'd display the images if a person were using a CGI script. How are the images retrieved and then displayed to someone in a web browser? -naveen On Tue, 16 Mar 1999, kalle volkov wrote: > hi! > > create table images (ID int, image longblob); > insert into images values(1, 'imagerource_with_slashes'); > ;) > > regs, > cal6 > > > Liu Peng wrote: > > > > May I store image in MySQL database. How can I do it. > > > > Thanks a lot. > > > > --------------------------------------------------------------------- > > To request this thread, e-mail mysql-thread314@stripped > > To unsubscribe, e-mail the address shown in the > > List-Unsubscribe header of this message. > > For additional commands, e-mail: mysql-help@stripped > > --------------------------------------------------------------------- > To request this thread, e-mail mysql-thread315@stripped > To unsubscribe, e-mail the address shown in the > List-Unsubscribe header of this message. > For additional commands, e-mail: mysql-help@stripped > >