"Harlequin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I've generated a page where the user selects and completes a form. One of
> these is a free text area with the name "TXT_Question". this is used later
> as "$Question   = $_Post['TXT_Question'];"

Shouldn't this be $_POST['TXT_Question'] (upper case)?

> but for some reason when I send
> this in an e-mail like so:
>
>   \nUser has selected eventID:\t$EventID
>   \nAnd their question is:\t$Question
>
> Nothing gets posted.

Why should it be posted? You wrote that you wanted to send the data in an
email.

>
> Any ideas...?
>
> The form is located at:
> http://www.arrasresources.co.uk/pmoclinic/

Regards, Torsten Roehr

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

Reply via email to