Hi all,
I just know whether it will allow in php to store data in a sigle form into 2 tables, because i want to use these data in some other tasks.
In my form there are 7 fields. They are nic, full name, name with initials, phone number, address, gender, date of birth, account type and fd period
I want to include nic, full name, name with initials, phone number, address, gender, dob into my "account_details" table
And, i want to include account_type and fd_period to my "account" table
The 2 tables look like this.
account_details (account_number, nic, full_name, name_with_initials, phone_number, address, gender, dob)
account (account_number, account_type, fd_period, account_balance, account_interest)