Home »

Is it possible to create a database using PHP and MySQL?

Question ListCategory: PHPIs it possible to create a database using PHP and MySQL?
jully882 author asked 9 years ago
1 Answers
denielshakespeare5 author answered 8 years ago

Yes. We can create a database using the function mysql_create_db(““).

Please login or Register to Submit Answer