|
Posted by Andy Jeffries on 03/30/06 11:56
On Thu, 30 Mar 2006 10:35:32 +0200, Wayne wrote:
> Hi,
>
> I have recently added tried to update the feedback form on my page to be
> sent in HTML format.
>
> Problem is that when its submitted, I get the mail without the variable
> input, just the variable name.
>
> I have added the text version to it and both send fine, but still only the
> text version includes the variable input.
>
> HTML code taken directly from php.net example (See my form below).
>
> Can anyone advise how I can solve this ?
Because you've used single quotes on the line:
$message = '
If you wrap a string in single quotes variables are not substituted within
it. You need to wrap the content for $message in double quotes.
Cheers,
Andy
--
Andy Jeffries MBCS CITP ZCE | gPHPEdit Lead Developer
http://www.gphpedit.org | PHP editor for Gnome 2
http://www.andyjeffries.co.uk | Personal site and photos
Navigation:
[Reply to this message]
|