Hi Denis,

You need to give some more information, what database are you using, how is
your database table layed out?  If you are using MySQL you need to use the
mysql_ functions, you can find out more about these in the PHP manual.

If you need some help getting started with PHP there are some links to
tutorials at http://www.php.net.  You may look on amazon.com or bn.com for
some PHP books, I found PHP and MySQL Web Development helpful myself but
there are a wealth of books available.

Jason

-----Original Message-----
From: Denis L. Menezes [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 26, 2002 8:57 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Please help


I am a newbie and need some help.

I have a form with three textboxes named "firstname", "lastname" and
"description"

My table is called "addressbook"

Please tell me the INSERT statement. Also please tell me whether I should
include the insert statement with a php tag.

Thanks
Denis


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to