how to store two different form values in single table?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vinoth102
    New Member
    • Nov 2013
    • 3

    how to store two different form values in single table?

    Hi Friend,

    Category: MySQL

    Form 1: Quick Signup
    Username:
    password:
    conform password:
    country:

    Form 2: Profile build form
    Remaining user personal details

    Just i want to store these two form values in single table(Like table name: member).

    Thank You.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    What have you tried and where exactly are you stuck?

    Comment

    • vinoth102
      New Member
      • Nov 2013
      • 3

      #3
      Hi,
      Thanks for your response.

      Actually i have tried but first form value is stored in one row[remaining 2nd form fields are blank] and 2nd form value is stored in new row[remaining 1st form fields are blank].
      i don't know how to set in same row. exactly i struck in where condition.

      Requirements: two form data are stored in same table [using update query].

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        What code did you use that is giving this behavior?

        Comment

        Working...