I am new in PHP & MYSQL. I have a multiple checkbox item in html form and want to create a new table by this checked item in an existing database with PHP code .
create new mysql table by html checkbox value with php code
Collapse
X
-
Tags: None
-
you can build a sql query to create the table and execute it using mysql_query()
check the link for instruction of creating tales in mysql
can you post your code (what you have done so far) here so i can see and help you further.
keep i mind that creating tables dynamically is not a good practice
unless you are using it for a installer or something.
Regards
Regards
Comment