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

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

ruby - Net::HTTP extremely slow responses for HTTPS requests -