Re: Test

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Re: Test
Date: 2001-06-13 20:35:22
Message-ID: 00ac01c0f448$5eb4be20$330a0a0a@rutgersinsurance.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

For starters, you need to clarify hat you mean by "parsing a web form". Do
you mean getting the information that has been inputted, or taking the form
and parsing the html in it?

If it is the former and you want to get the info and put it into a database,
you should start out by reading some documentation and/or getting a PHP
programming book.

This is pretty standard stuff for PHP and if you don't even know where to
start, you should do some reading first.

Your best friend will be www.php.net.
For postgresql connectivity, go there and search on pg_connect. It should
bring up the relevant functions.

Also make sure you have postgres support compiled into your PHP module.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Chadwick Rolfs" <c2304182(at)webdevel(dot)urban(dot)csuohio(dot)edu>
To: <pgsql-php(at)postgresql(dot)org>
Sent: Wednesday, June 13, 2001 3:11 PM
Subject: [PHP] Test

> I can't seem to post to this list that I keep recieving e-mail from. I
> want to parse a web form through php and put it into a postgresql
> batabase. Who can help? or point me toward the right direction...
> thanks.
>
> Chadwick Rolfs
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

In response to

  • Test at 2001-06-13 19:11:08 from Chadwick Rolfs

Responses

  • Re: Test at 2001-06-13 21:38:30 from Chadwick Rolfs
  • Re: Test at 2001-06-13 22:49:35 from Chris Smith

Browse pgsql-php by date

  From Date Subject
Next Message Chadwick Rolfs 2001-06-13 21:38:30 Re: Test
Previous Message Chadwick Rolfs 2001-06-13 19:11:08 Test