Subject: Re: [LINUX:8975] Re: php3
From: Murat Kasikcioglu (muratk@innovaconsulting.com)
Date: Sat 18 Sep 1999 - 11:36:14 EET DST
soyledigim de o idi. eger
....
....pl/sql'de soyle yazdim, belki bir fikir verebilir (php bilgim yok!):
procedure aaaa
is
v_row consultant%ROWTYPE;
cursor mycr is select * from consultant order by consultant_name;
begin
htp.print('<SELECT NAME="consultant" SIZE="1">');
open mycr;
loop
fetch mycr into v_row;
exit when mycr%NOTFOUND;
htp.print('<OPTION
VALUE='||v_row.consultant_id||'>'||v_row.consultant_name);
end loop;
close mycr;
htp.print('</SELECT>');
end;
Murats@turktraktor.com.tr wrote:
> Hayır veritabanındaki verileri bir combo box icine yazdırmak. Bir loop
> içinde her kayıt için veri girmek yerine sql ile veri tabanından dinamik bir
> şekilde çağırmak istiyorum.
> <<...>>
> Everybody is free to feel good
>
> -----Original Message-----
> From: Mustafa Selcuk SARAC [SMTP:selcuk@roots.gen.tr]
> Sent: 17 Eylül 1999 Cuma 06:23
> To: Multiple recipients of list LINUX
> Subject: [LINUX:8964] Re: php3
>
> This message uses a character set that is not supported by
> the Internet Service. To view the original message content, open the
> attached message. If the text doesn't display correctly, save the attachment
> to disk, and then open it using a viewer that can display the original
> character set. << File: message.txt >>
>
> Listeden cikmak icin:
> unsub linux
> mesajini listeci@bilkent.edu.tr'a gonderiniz.
> Lutfen Listeci icin MIME / HTML / Turkce Aksan kullanmayin.
> Liste arsivinin adresi: http://listweb.bilkent.edu.tr/
-- Murat Kasikcioglu Innova Consulting Company muratk@innovaconsulting.comListeden cikmak icin: unsub linux mesajini listeci@bilkent.edu.tr'a gonderiniz. Lutfen Listeci icin MIME / HTML / Turkce Aksan kullanmayin. Liste arsivinin adresi: http://listweb.bilkent.edu.tr/