Re: [PHP-DB] Re: Mail Again

2002-04-23 Thread Alex Francis
Got it at Last Thank you -- Alex Francis Cameron Design 35, Drumillan Hill Greenock PA16 0XD Tel 01475 798106 [EMAIL PROTECTED] http://www.camerondesign.co.uk This message is sent in confidence for the addressee only. It may contain legally privileged information. Unauthorised recipients are re

Re: [PHP-DB] Re: Mail Again

2002-04-23 Thread Lisi
You can also add the following line to your code: $header = "From: Your Name <[EMAIL PROTECTED]>\n"; and write your mail statement like this: mail($email, $title, $comments, $header); You can just stick the variable $emailaddress into whichever variable is relevant - what was that for if not t