Re: blobs didn't work??

Поиск
Список
Период
Сортировка
От Cornelia Boenigk
Тема Re: blobs didn't work??
Дата
Msg-id 004901c33e37$7e9e8ff0$e8ebfea9@zwerg2000
обсуждение исходный текст
Ответ на blobs didn't work??  ("utomo restu" <utomo@linuxmail.org>)
Список 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


В списке pgsql-php по дате отправления:

Предыдущее
От: "utomo restu"
Дата:
Сообщение: blobs didn't work??
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Simulating a POST request