Progged programming site

Programming source code, articles, tutorials, links and chat

create a MySQL database using PHP

This code snippet example shows how to  create a MySQL database using PHP
<?php
$result = mysql_create_db(”mydb”);
if ($result == false)
echo (”failure to create database”);
?>

Bookmark It

Hide Sites

[ Back to top ]

Sponsors