PHPLIB http://phplib.netuse.de/  has a Query class in sql_query.inc which is
used in conjunction with the DB_Sql class.
It can be used to create dynamic insert and update queries by assuming that
global variables exist which map onto a paricular tables field.
You basically name the table and it creates the query for you.

You can also use it to create the select part of your sql queries say to
select all the fields from the table, to fill in a form.


The PEAR library (come with PHP install files) may also have something
similiar but I haven't got it at hand to look at.

-Stewart



-----Original Message-----
From: Nick Davies [mailto:[EMAIL PROTECTED]]
Sent: 15 March 2001 16:32
To: [EMAIL PROTECTED]
Subject: [PHP] POST conversion.



Hi (again).

        Is there a simple was to take post data from a form and create a
query string out of it? 

        Thanks.

        Nick.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to