<?
include("proc.php");
constForm();
include("../config.php");
if($_POST['ccdb']=="on"){
mysql_connect($_POST['sserver'], $_POST['suser'], $_POST['spass']);
mysql_query("CREATE DATABASE ".$_POST['sdb']."");}
createDB();
header("Location: ../index.php");
?>