Re: Postgres access using PHP3

Поиск
Список
Период
Сортировка
От John Poltorak
Тема Re: Postgres access using PHP3
Дата
Msg-id 20010119213247.D85@eyup.org
обсуждение исходный текст
Ответ на Re: Postgres access using PHP3  (Andy Holman <info@i-developit.com>)
Список pgsql-novice
On Fri, Jan 19, 2001 at 04:13:21PM -0500, Andy Holman wrote:
> John,
> Not sure exactly what you mean. Do you know the
> column names to the table in the db or is that
> what you are trying to get?  Or do you mean you
> are just trying to print out the results of a
> query into a drop down list?
>
> Let me know and I will give you some code.

Hi Andy,

I'm going to attach some sample PHP code which hopefully illustrates
what I mean...

The the first selection offers a list of monthnames. What I want to
do instead is provide a list of values from a table ie such as towns.
The selected town will then be used for the WHERE clause in a subsequent
SELECT.

I hope you understand what I'm getting at.


> --Andy
>
>
>
> John Poltorak wrote:
> >
> > I'm trying out PHP3 for accesing Postgres through a Web interface
> > and am having a problem coming up with the correct code...
> >
> > I'd like to retreive a list of values for a key field and then
> > provide this to the user in the form of a drop down selection list,
> > but I can't work out how to get the values into an array.
> >
> > I must be missing something as I can't a way of doing it...
> >
> > Any sample code snippets would be much appreciated.
> >
> > --
> > John

--
John


Вложения

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

Предыдущее
От: Andy Holman
Дата:
Сообщение: Re: Postgres access using PHP3
Следующее
От: Andy Holman
Дата:
Сообщение: Re: Postgres access using PHP3