How to copy database table in mysql using php
Suppose i have one table named “testdata” If you want to create a new table “mytestdata”. use the following query CREATE TABLE mytestdata LIKE testdata
Suppose i have one table named “testdata” If you want to create a new table “mytestdata”. use the following query CREATE TABLE mytestdata LIKE testdata