Hello, i have a database in SQL and a Table, how can i auto create a table according the value of a record on the first table. For a exable let say that a user is sign up, then a text filed called referal (For exable) shows a row in the first table that have an initial value if the user does not put anything in that text filed, but if the user ender data in that field then a table is created with name equals with the ender data. (the endered data is usual represends a record on the first table. How can i do that?? should a variable work?
thanks