3
Answers

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
Photo of Manas Mohapatra
NA 29.3k 3.3m 9y
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
Photo of Manas Mohapatra
NA 29.3k 3.3m 9y
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
Photo of Sharfeena .A.M.
NA 14 4.3k 9y
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 .