Jump to content

Create Database


fazlionline

Recommended Posts

mysql_query("CREATE DATABASE whatever");

However, many hosts don't give you CREATE DATABASE privileges - they would rather you used their control panels.

Link to comment
Share on other sites

If you want to create a database u have to make it in the controlpanel.But what u can do is create a database and connect to that database with PHP and create a table in it.This possible because u have connection with the database

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...