how to alter table stracture in sql using php

77

mysqli_query($link,"ALTER TABLE extracols ADD (".$newCol1." VARCHAR(100),  ".$newCol2." VARCHAR(100))");

Comments

Submit
0 Comments