blobs didn't work??

Поиск
Список
Период
Сортировка
От utomo restu
Тема blobs didn't work??
Дата
Msg-id 20030629011546.2266.qmail@linuxmail.org
обсуждение исходный текст
Список pgsql-php
dear all,

spacialy tahnk's to cornelia,

> Hi utomo
>
> Try it this way:
> Call your function detail.php from the <img>-TAg in your program and
> don't use print $img here
> Get the oid of the image that you want display.
>
> <img src="detail.php?oid='.$oid.'">

> detail.php
> <?php
> ...
> pg_loreadall($ofp);
> pg_loclose($ofp);
> pg_exec($dbh, "END");
> }
> ?>

where i must put command <img src="detail.php?oid='.$oid.'"> ???
if beetwen <?php and pg_loreadall($ofp)its didn't work. next the syntax is i mind:

 detail.php
 <?php
 <img src="detail.php?oid='.$oid.'">
 pg_loreadall($ofp);
 pg_loclose($ofp);
 pg_exec($dbh, "END");
 }
 ?>

from the script, i still found error....
please help me......
thank's

best regards

utomo
indonesia
--
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

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

Предыдущее
От: "Eric Koh"
Дата:
Сообщение: query not aborted upon connection aborted?
Следующее
От: "Cornelia Boenigk"
Дата:
Сообщение: Re: blobs didn't work??