or even:

<title><?=("Thank you, $_POST[from]")?></title>

:P

 -> -----Oorspronkelijk bericht-----
 -> Van: Sid [mailto:[EMAIL PROTECTED]
 -> Verzonden: zondag 14 september 2003 3:43
 -> Aan: Stevie D Peele; [EMAIL PROTECTED]
 -> Onderwerp: Re: [PHP] Whats wrong?
 -> 
 -> 
 -> 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
 -> 

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

Reply via email to