Forum Moderators: coopster
example: $name = "Roger"; $message = "Dear $name, thanks for signing up.";
Assuming you put the $message variable in the right spot in the mail function would the email message display the value of the variable?
mail("recipient@domain.com","Subject","$message","From: sender@domain.com");