RE: [PHP] Databases and HTML forms

2001-05-07 Thread Serge Vleugels

check out phpMyAdmin
i use it everywhere

Serge



-Original Message-
From: Manuel Lemos [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 07, 2001 4:22 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Databases and HTML forms


Hello Michael,

On 20-Apr-01 14:38:48, you wrote:

I'm needing to have a form that pulls a bunch of database fields into
it and
then allows you to modify the fields and does the subsequent update in
the
database.  This seems like something that has to be done all the time.
Is
there a right way to go about doing this?  Some kind of class library
or
anything?  Or do I just kind of code it up?  Thanks for any responses.

Right, you may want to check this PHP class that does exactly what you
need:

http://phpclasses.UpperDesign.com/browse.html/package/231

Regards,
Manuel Lemos

Web Programming Components using PHP Classes.
Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED]
--
E-mail: [EMAIL PROTECTED]
URL: http://www.mlemos.e-na.net/
PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp
--


-- 
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]




Re: [PHP] Databases and HTML forms

2001-05-06 Thread Manuel Lemos

Hello Michael,

On 20-Apr-01 14:38:48, you wrote:

I'm needing to have a form that pulls a bunch of database fields into it and
then allows you to modify the fields and does the subsequent update in the
database.  This seems like something that has to be done all the time.  Is
there a right way to go about doing this?  Some kind of class library or
anything?  Or do I just kind of code it up?  Thanks for any responses.

Right, you may want to check this PHP class that does exactly what you
need:

http://phpclasses.UpperDesign.com/browse.html/package/231

Regards,
Manuel Lemos

Web Programming Components using PHP Classes.
Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED]
--
E-mail: [EMAIL PROTECTED]
URL: http://www.mlemos.e-na.net/
PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp
--


-- 
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] Databases and HTML forms

2001-04-20 Thread Michael Champagne

I'm needing to have a form that pulls a bunch of database fields into it and
then allows you to modify the fields and does the subsequent update in the
database.  This seems like something that has to be done all the time.  Is
there a right way to go about doing this?  Some kind of class library or
anything?  Or do I just kind of code it up?  Thanks for any responses.

Mike



**
This communication is for informational purposes only.  It is not
intended as an offer or solicitation for the purchase or sale of 
any financial instrument or as an official confirmation of any 
transaction, unless specifically agreed otherwise.  All market 
prices, data and other information are not warranted as to 
completeness or accuracy and are subject to change without
notice.  Any comments or statements made herein do not 
necessarily reflect the views or opinions of Capital Institutional
Services, Inc.  Capital Institutional Services, Inc. accepts no
liability for any errors or omissions arising as a result of
transmission.  Use of this communication by other than intended
recipients is prohibited.
**

-- 
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]




Re: [PHP] Databases and HTML forms

2001-04-20 Thread Godd

Just Kinda code it up




-- 
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]