sql - Create new Table when submit the form -


now have table :

propertytable - ( id, property , owner_name , date , location)

and kinda input statement :

id : _________ property : ________ owner_name : _________ date : _________ location : ________  submit 

then, each time user submit form want system create new table :

ownertable - ( owner_name , date , location)


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -