Problems with duplicate fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blueprint888
    New Member
    • Feb 2007
    • 4

    Problems with duplicate fields

    Hi Everybody

    I am quite new to php an have tried to develop a relational database, which contains the same fields in different tables e.g.

    Person
    Driver I.D
    Name

    Car
    Driver I.D
    Make

    This database is backend to a website when the user registers their details into a form i would like their details to be stored in the database, heres where the problem is because i use my php code to insert information into one table the duplicate field in the other table remains blank and i do not want the user to have to input the same information twice.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    You can do 2 INSERTs. But to see what is going on: post your code here. ANd do not forget to enclose the code within code or php tags!!

    Ronald :cool:

    Comment

    Working...