InterviewSolution
Saved Bookmarks
| 1. |
How Can We Create A Database Using Php And Mysql? |
|
Answer» We can CREATE MYSQL DATABASE with the USE of mysql_create_db($DATABASENAME) to create a database. We can create MySQL database with the use of mysql_create_db($databaseName) to create a database. |
|