[phorm] [Phorm:] Re: Notice: Undefined variable: HTTP_HOST

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 21 Jan 2004 13:40:19 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#3626) Re: Notice: Undefined variable: HTTP_HOST 
            <http://www.phorm.com/support/?rev=3626> 
  AUTHOR:   Holotech 
  DATE:     January 21, 2004 at 8:40 a.m. EST 

  Reply To: (#3621) Notice: Undefined variable: HTTP_HOST 
  Author:   Sean Tulipana 
  Date:     January 20, 2004 at 12:12 p.m. EST 

> I am getting this error on top of the page after I 
> subbmit the form. I am recieving the e-mail ok though. 

> Notice: Undefined variable: HTTP_HOST in 
> C:\Inetpub\wwwroot\rti\phorm\phorm.php on line 46 

If you have access to your PHP configuration, you should set it not to report 
notice-level messages. If you don't have access, ask your system administrator 
to do it. Notice-level messages are pretty much worthless. If neither of those 
options is available, add this line above line 46 in phorm.php: 

$HTTP_HOST = getenv("HTTP_HOST"); 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] Re: Notice: Undefined variable: HTTP_HOST