I am new to PHP (I started less than 24 hours ago).
I can't seem to figure out how to make this work. I am trying to send details from an HTML form to my email through PHP. Here is my code:
<html>
<body>
<?php
mail($toEmail, $Subject, $message, $headers);
$Subject = "EERA Bookings!"...