Results 1 to 2 of 2

Thread: using php to write to mysql table

  1. #1
    j2k
    Guest

    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

  2. #2
    scoutt
    Guest
    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
  •  



Click Here to Expand Forum to Full Width