From: kalle volkov Date: March 16 1999 11:22am Subject: Re: about image List-Archive: http://lists.mysql.com/mysql/319 Message-Id: <36EE3EF7.56EE@tank.ee> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit hi! just get the data with select statement ;) read the archive, just couple of days ago there was a discussion 'bout images... regs, cal6 Naveen Nalam wrote: > > 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. > > >