hi,
i think it should be easy but i cant work out how. i am only an amateur. using PHP, how do i put in the subject of an automated email the name which i have got from the user in a form? here is part of the code below
<?php
$to = '
[email protected]' . ', '; // note the comma
$to .=...