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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -