Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum

Full Version: How can we create a database using php?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can we create a database using php?
<?php
$servername = "localhost";
$username = "username";
$password = "password";
create tables in the new database you need to do the same thing as creating the database
Reference URL's