Re: blobs didn't work??

From: "Cornelia Boenigk" <poppcorn(at)cornelia-boenigk(dot)de>
To: "utomo restu" <utomo(at)linuxmail(dot)org>
Cc: "PGSQL+PHP" <pgsql-php(at)postgresql(dot)org>
Subject: Re: blobs didn't work??
Date: 2003-06-29 12:10:31
Message-ID: 004901c33e37$7e9e8ff0$e8ebfea9@zwerg2000
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi utomo

> where i must put command <img src="detail.php?oid='.$oid.'"> ???

I am talking of two files. The first file is a normal php/html file
where you place the <img> tag to display the images. This file is
calling the display routine in the second file within the <img>-tag.

http://www.pgsql.info/dpunkt/showsource.php?datei=images.php
is an example for the file with the <img> tag. It calls the display
routine 'bildzeigen.php' with the oid as first parameter ($bild
contains the oid):

echo '<td><img src="bildzeigen.php?bild='.$bild.'"
'.$zeile["htmlstr"].'></td></tr>';

http://www.pgsql.info/dpunkt/showsource.php?datei=bildzeigen.php
is the routine which displays the image, called from the <img> in the
above file.

http://www.pgsql.info/dpunkt/images.php is the working example.

I hope this makes it clear.

Regards
Conni

In response to

Browse pgsql-php by date

  From Date Subject
Next Message scott.marlowe 2003-06-30 12:25:51 Re: Simulating a POST request
Previous Message utomo restu 2003-06-29 01:15:46 blobs didn't work??