how we create database in mysql with php please give syntex thanks in advance
There are some problem in creation of database Somesh 4052 26 Oct 2010 how we create database in mysql with phpplease give syntexthanks in advance
using syntax
Create database databaseName
we write syntax in php for creation of database
Example