I have the folllowing obtained from a form.
$fname = $POST["fname"];
$lname = $POST["lname"];
$email_addr = $POST["email_addr"];
$company_name = $POST["company_name"];
$subject = $POST["subject"];
$phone = $POST["phone"];
$msg = $_POST["msg"];
How do i write these values to a new php file , call it random.php