PHP & MySQL – Create Table
PHP uses mysqli query() or mysql_query() function to create a MySQL table. This function takes two parameters and returns TRUE on success or FALSE on failure. Syntax $mysqli->query($sql,$resultmode) Sr.No.Parameter & Description1$sqlRequired - SQL query…