Suppose there are two tables namely "table1" and "table2" in my database
These fields are present in both tables
I have 11 rows[names,age and id of 11 persons] in table2 and want to transfer any row[name,age and id of any one person] to table1
how can i do this using php.
These fields are present in both tables
| Quote: |
| name
age id |
how can i do this using php.
