PHP MySQL Create Table

PHP mysql_query() function is used to create table. Since PHP 5.5, mysql_query() function is deprecated. Now it is recommended to use one of the 2 alternatives.

  • mysqli_query()
  • PDO::__query()

PHP MySQLi Create Table Example

Example

Output:

Connected successfully
Table emp5 created successfully




Hot Tutorials

Contact US

Email:jjw.quan@gmail.com

MySQLi CREATE Table
10/30