Posted by Steve on 11/23/05 12:32
> $name = "User"; > $email = "user@inter.net"; > $header = "From: \"$name\" <$email>"; > echo $header; > The result of echo $header is: > From: "User" > Why is the part <user@inter.net> missing Try looking at the SOURCE of the displayed web page - I think you will be surprised 8-) --- Steve
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming