Slight Problem with emailing a contact form

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
You have a dot (.) instead of an ";" at the end of the line :

Code:
"Here is the message:\n $message". <------ should be ;
    
$to = "admin@tecomputers.co.uk";
 
Back
Top