I have included my code below. I just keep getting the error.
I know the connection is good. It just won't run my insert statement.
Can anyone help?
$query = "insert into Persons (Name, Town, State) values ('Steve', 'Pasadena', 'Maryland')";
mysql_query($query) or die("It didn't add the data!");
I keep getting "It didn't add the data!"