Try this

<title><?echo "Thank You, ".$_POST['from']; ?></title>

- Sid

On Sat, 13 Sep 2003 08:45:16 -0400, Stevie D Peele wrote:
> Whats wrong with this
>
>
> <title><?php echo "Thank You, $senderemail"; ?></title>
>
>
> where
>
>
> $senderemail = $_POST['from'];
>
>
> It doesnt It only echos thank you.
>
>
> Why?

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

Reply via email to