Re: make form list with option select

Поиск
Список
Период
Сортировка
От apz
Тема Re: make form list with option select
Дата
Msg-id 3E814FCE.3090208@nofate.com
обсуждение исходный текст
Ответ на Re: make form list with option select  (apz <apz@nofate.com>)
Ответы Re: make form list with option select  (Ray Hunter <rhunter@venticon.com>)
Список pgsql-php
apz screwed up:
>    echo "<option value='".$row1["kode_fak"].".>".$row1["mana_fak"].
>        "</option>\n";

it should say:

     echo "<option value='".$row1["kode_fak"]."'>".$row1["mana_fak"].
         "</option>\n";


if you dont see it, I had ".>" while should be "'>"  (to close the html
value string for the option tag). blah, hope this does not deter from
getting this thing for you to work.


enjoy



/apz,   Learn to pause -- or nothing worthwhile can catch up to you.


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

Предыдущее
От: apz
Дата:
Сообщение: Re: make form list with option select
Следующее
От: Greg Stark
Дата:
Сообщение: Re: max and sum function