Creating database table using php

By | January 31, 2014

use sql query to create tables in the particulardatabase using mysql_query() function

See the below example

or you can use the phpmyadmin to create table in the particular database.