create data base table dynamicaly on server in php
I am new in php.I am working on a project in which when user enters information and clicks 'Add house ', a new table having the name of house no should be created on server. i tried some code .but i did 't get the output.plz send the code for getting the output.......
Answers (3)
1
Please go through below links that might help you:
http://www.w3schools.com/php/php_mysql_insert.asp
http://www.tutorialspoint.com/php/mysql_insert_php.htm
http://people.cis.ksu.edu/~hankley/d764/tut06/GopisettyPHP.html
Accepted 2
Hi Sharfeena,
If you are creating database table in server on runtime then it is not good idea. Create a table and on click of "Add House" you should add record in the table.
Please let us know where are you getting stuck?
0
Hi,
Thank you for the information.i need one more help.i don't know how to create
record with in the table . plz send the code .