PPRuNe Forums - View Single Post - PHP query
Thread: PHP query
View Single Post
Old 28th October 2010 | 11:09
  #1 (permalink)  
BOAC
Per Ardua ad Astraeus
 
Joined: Mar 2000
Posts: 18,575
Likes: 4
From: UK
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.
BOAC is offline  
Reply