Problem with html select lists and postgres

Поиск
Список
Период
Сортировка
От Carlos García Gómez
Тема Problem with html select lists and postgres
Дата
Msg-id GGEBJDFLJINOAKJMLOPGKEFBCBAA.almah@wanadoo.es
обсуждение исходный текст
Ответы Re: Problem with html select lists and postgres
Список pgsql-php
Hi all!

When I use a select list (to have an idea about what I mean, what I call a
"select list" is usually called as well a "combo box" in a visual language,
for instance, Visual C++), well, I was telling that when using a "HTML
select list" and any option contains a blank like this:

    <select name=category>
        <option value='System Manager'> System Manager </option>
        <option value='Marketing Manager'> Manager Manager </option>
        <option value='Technical Manager'> Technical Manager </option>

    </select>

Then, when try to use the associated variable to the select list, in this
case "category", I don't get the right value but the first part of it, for
example:

    If I select the "System Manager" option I will get in the variable
"category" the value "System" because after that there is a blank.

    Please help meeee!!
(

    If you don't have any idea could anybody tell me where can I find anything related to this problem??

    Thank you very much!



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

Предыдущее
От: Ray Hunter
Дата:
Сообщение: Re: Last URL
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Last URL