I trying to have form data be mailed to me. The problem i'm having is when i post data from the form to a php script that mails me the data, i get empty field. The variable looses the value and sends blank email. I'm using PHP4> so track_vars is on by default. However HTTP_POST_VARS does work. Any help on how to go about it? The same script work on a different server. So there is no problem with the script.