hi, i have this code…
business type <?phperror_reporting (0);
$Business_Name = $_POST [“Business_Name”];
$Business_Type = $_POST [“Business_Type”];
$db_name = $_POST [“Business_Name”];
echo “You own “.$Business_Name .” which is a " .$Business_Type .”.";
?>
add another business.
…that will not create the database its supposed to. the post are from a form if that helps.Everywhere else is fine. Thanks in advance!!