php - How to add new columns in mysql web application -
i want add (add column) button in web application. when click on add column button automatically adds new column in mysql table.
adding column table:
alter table table_name add column_name datatype
Comments
Post a Comment