Hi guis, I have 2 tables
users and company, company is an estention of users at this time.
I only want to merge users fields and Company fields in One Edit/Insert form whiout change the database structure.
example
Users
- idu
- password
Company
-idc
-name
-about_us
-site
......
-idu( foreign key for users table)
My Form fields for Company
Name, email(from users),password(from users), about_us,site...