PHP query
I have a php mailer form on a site. I would like to return the following contents of the incoming email in a php generated email reply with additional text added.
$fields{"Name"} = "Name";
$fields{"Email"} = "Email";
$fields{"Phone"} = "Phone";
$fields{"Message"} = "Booking Request";
Any gurus on line? Google seems devoid of help here.