Hi again. New Hour, New Problem.

I'm using the following code to user user input from a form on a previous
page to send mail confirming registration:

  $To = "$NewUserMail;
  $Subject = "Welcome To Arras People's Registered Members Area";
  $Message = "$NewUserID, \n\nWelcome to the arras People registered members
section of our website
  facilites here include tropical gardens, tea parties and late nights out
with one of our directors.";
  $MailSend = mail($To,$Subject,$Message);

I get Parse Error on line 62 "$Subject".

Any ideas...? Am I missing something fundamental here...?

-- 
-----------------------------
 Michael Mason
 Arras People
 www.arraspeople.co.uk
-----------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to