|
-
Feb 8th, 2002, 05:56 PM
#1
using php to write to mysql table
Hi,
How can I use PHP to add entries to a MySQL table, based on feedback from a form? Thanks
-
Feb 8th, 2002, 09:57 PM
#2
you start with connecting to your database and then you use this.
$sql_insert = "insert into yourtable (form_field_name) values ('$form_field_name_value')
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|