Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum
How can we create a database using php? - Printable Version

+- Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum (http://www.webdesignforum.com.au)
+-- Forum: Web and Graphic Design (/forumdisplay.php?fid=1)
+--- Forum: Programming (/forumdisplay.php?fid=10)
+--- Thread: How can we create a database using php? (/showthread.php?tid=31411)



How can we create a database using php? - AdneyP - 12-07-2015 07:21 PM

How can we create a database using php?


RE: How can we create a database using php? - Orlova - 10-13-2016 08:23 PM

<?php
$servername = "localhost";
$username = "username";
$password = "password";


RE: How can we create a database using php? - lvywarner - 02-27-2017 08:58 PM

create tables in the new database you need to do the same thing as creating the database