Test (fwd) - Mailing list pgsql-php

From Chadwick Rolfs
Subject Test (fwd)
Date
Msg-id Pine.LNX.4.33.0106131937010.13453-100000@webdevel.urban.csuohio.edu
Whole thread Raw
List pgsql-php
To reword.

I am an open source programmer just learning the ropes.  I am about
halfway through the php documentation at zend.com, and can't seem to post
to the php.lists.net.  So I am asking someone here...
I need to take the entries from several web forms, and put their contents
into a postresql database.  The php function pg_exec is the only way I've
seen to actually use INSERT.
Here is my idea:  -using arrays

$query = "insert into <table_name> ($names_of_form_fields)
                         values ($values_of_form_fields);

so there you have it.
I have been to php.net
I read documentation religiously
i'm simply asking for help
anyone?


---------- Forwarded message ----------
Date: Wed, 13 Jun 2001 15:11:08 -0400 (EDT)
From: Chadwick Rolfs <c2304182@webdevel.urban.csuohio.edu>
To: pgsql-php@postgresql.org
Subject: 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.


pgsql-php by date:

Previous
From: GH
Date:
Subject: Re: Test
Next
From: Chris Smith
Date:
Subject: Re: Test (fwd)