I've looked online however I can't seem to get my head around this problem.Below is the screenshot of the code which is showing. I have Apache and MySQL running. Any help would be amazing!
Below is my code for the form.
Name: <input type = "text" name = "Full Name">
MobileNumber: <input type = "interger" name = "Mobile Number">
Email: <input type = "text" name = "Email">
Address: <input type = "text" name = "Address">
PostCode: <input type = "text" name = "Post Code">
Interests: <input type = "text" name = "Interests">
<input type = "submit" value = "Enter">
</form>