create new mysql table by html checkbox value with php code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mithu0189479120
    New Member
    • May 2010
    • 1

    create new mysql table by html checkbox value with php code

    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 .
  • chathura86
    New Member
    • May 2007
    • 227

    #2
    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

    Working...