I am 15 and new to HTML and PHP so if i did something stupid, please excuse me!
I have made a website with a contact form and I made the .php file. This is my code:
<FORM METHOD="POST" ACTION="contact.php">
I click submit and it takes my to the contact.php file and it shows me the code in the browser. How do I make the php file actually work?