<?php
//get data
$author = $_POST["author"];
$number = $_POST["number"];
$tel = $_POST["tel"];
$mobile = $_POST["mobile"];
$nationalcode = $_POST["nationalcode"];
$postalcode = $_POST["postalcode"];
$email = $_POST["email"];
$companyname = $_POST["companyname"];
$address = $_POST["address"]...