I am trying to send data from input to a my sqldata base. Here is the coding for it trying to send the information to the database. It doesn\'t appear in the database; what is w
Try this
mysqli_query("INSERT INTO mensscore (Name, Club, Level, App, Score) VALUES ('{$a}','{$b}','{$c}','{$d}','{$g}'");