Hey, so i created a mysql server, and i jus wanted to make a form that does feedback. so i have this
<script>
<?
$firstname=$_POST['Name'];
$message=$_POST['Message'];
$submit=$_POST['submit'];
if($submit=="Submit"){
$con = mysql_connect("heres the problem","username,"password");
if (!$con)...