At 02:41 PM 08/27/2003, Dan Muey wrote:
>
> > use CGI qw(header);
> > use DBI;
> > my $dbh = ...
> > print header('image/jpeg');
> > my($jpegguts) = $dbh->selectrow_array('SELECT jpegguts FROM
> > myimg
> > WHERE id = 35');
> > print $jpegguts;
> >
> > > On Wednesday, August 27, 2003, at 12:50 PM, Scott Taylor wrote:
> > >
> > > > Hello all,
> > >
> > > Howdy.
> > >
> > > > I have a database with JPEGs stored in a blob field and
> I want to
> > > > display them on an HTML web page with out creating a new
> > > file.jpg for
> > > > each co
On Wed, 27 Aug 2003 14:30:41 -0700, Scott Taylor <[EMAIL PROTECTED]> wrote:
> At 11:52 AM 08/27/2003, Dan Muey wrote:
>
> > > On Wednesday, August 27, 2003, at 12:50 PM, Scott Taylor wrote:
> > >
> > > > Hello all,
> > >
> > > Howdy.
> > >
> > >
At 11:52 AM 08/27/2003, Dan Muey wrote:
> On Wednesday, August 27, 2003, at 12:50 PM, Scott Taylor wrote:
>
> > Hello all,
>
> Howdy.
>
> > I have a database with JPEGs stored in a blob field and I want to
> > display them on an HTML web page with out creating a new
> file.jpg for
> > each connec
> On Wednesday, August 27, 2003, at 12:50 PM, Scott Taylor wrote:
>
> > Hello all,
>
> Howdy.
>
> > I have a database with JPEGs stored in a blob field and I want to
> > display them on an HTML web page with out creating a new
> file.jpg for
> > each connection.
> >
> > I'm currently hunting
On Wednesday, August 27, 2003, at 12:50 PM, Scott Taylor wrote:
Hello all,
Howdy.
I have a database with JPEGs stored in a blob field and I want to
display them on an HTML web page with out creating a new file.jpg for
each connection.
I'm currently hunting on Google, but I have no idea where
Scott Taylor wrote:
I have a database with JPEGs stored in a blob field and I want to
display them on an HTML web page with out creating a new file.jpg for
each connection.
I'm currently hunting on Google, but I have no idea where to start. I
use Apache 1.3.27, Perl 5.6.1 with DBI->DBD::Inter
Hello all,
I have a database with JPEGs stored in a blob field and I want to display
them on an HTML web page with out creating a new file.jpg for each
connection.
I'm currently hunting on Google, but I have no idea where to start. I use
Apache 1.3.27, Perl 5.6.1 with DBI->DBD::Interbase on L