I want to be able to include
$forename = $_POST["forename"];
$surname = $_POST["surname"];
$phone = $_POST["phone"];
Would you use something like;
$timestamp = $_POST["??"];
I don't know how you'd then get the time in the format DD/MM/YYY HR:MIN:SEC?
Thanks in advance.