Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ How will you create a MySql database using PHP?

PHP uses mysql_query function to create a MySQL database. This function takes two parameters and returns TRUE on success or FALSE on failure.

bool mysql_query( sql, connection );

 174 views

More Questions for you: