Using the hook_schema you will be able to create MySQL tables dynamically during run-time. In the .install file you will have to specify the name of the table and its related fields. In the .module we try to insert values to the table which is created dynamically.
Comments
Social Networking