Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 82585

Re: Create HTML Contact Form with PHP script

$
0
0

Hi Ben

 

This time last week we had a bushfire out of control and this week we have flooding throughout the State. Fortunately the fire is now out. Where are you based?

 

The php content is:

 

<?php

 

 

$name = $_Post('name');

$email_address = $_Post('email_address');

$message = $_Post ('message');

 

 

$to = "paul@dreamaustralia.com.au";

$subject = "New Inquiry";

 

 

mail ($to, $subject, $message, "From: " . $name);

echo "Thankyou for your message";

 

 

?>

 

Thanks again Paul


Viewing all articles
Browse latest Browse all 82585

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>