Re: Need more help on data bases over a intranet

Поиск
Список
Период
Сортировка
От Anthony E . Greene
Тема Re: Need more help on data bases over a intranet
Дата
Msg-id 20001012210518.A16424@cp5340
обсуждение исходный текст
Ответ на Need more help on data bases over a intranet  ("Fernando M. Maresca" <fmaresca@netverk.com.ar>)
Список pgsql-novice
On Thu, 12 Oct 2000 14:09 Fernando M. Maresca wrote:
>Ok, my problem is how send to the DB server  the data entered trough the
>browser when the user fills the forms, and how can I retrieve the data
>from the server when is needed to display it in the web page over the
>intranet.

You can use perl with DBD/DBI modules for PostgrSQL or you can use PHP.
Either one can take data entered on a Web form and insert it into a database.
They can also get data from a database and display it in a web page.

I use perl with the Pg module for PostgreSQL. DBD/DBI would probably be
better, but I got started using Pg.pm and I don't want to change unless it
becomes necessary. If you want to use perl, you should download the DBD module
for PostgreSQL from cpan.perl.org.

My Red Hat 6.2 box came with PHP already installed and working, including
the modules for PostgreSQL. If you want to use PHP, take a look at
/home/httpd/html/manual/mod/mod_php3/manual.html.

--
Anthony E. Greene <agreene@pobox.com> <http://www.pobox.com/~agreene/>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
Chat:  AOL/Yahoo: TonyG05    ICQ: 91183266
Linux. The choice of a GNU Generation. <http://www.linux.org/>

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

Предыдущее
От: ghaverla@freenet.edmonton.ab.ca
Дата:
Сообщение: Re: Need more help on data bases over a intranet
Следующее
От:
Дата:
Сообщение: Re: Re[2]: Importing Data into Postgresql from MS Access