php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17018 simple example does not work
Submitted: 2002-05-05 13:29 UTC Modified: 2002-05-05 13:32 UTC
From: robert at gide dot net Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.2.0 OS: Linux
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: robert at gide dot net
New email:
PHP Version: OS:

 

 [2002-05-05 13:29 UTC] robert at gide dot net
I am using simple script with <? echo $HTTP_HOST ?>, it does echo  nothing when installing version 4.2.0, it works as expected with 4.1.2 that i installed after (i am using mod-perl, so i tried apache 1.3.24 with/without mod-perl(1.26), same effect so i got earlier version of php)
am i missing something
(it is the first time i try php)
sorry if my mistake and if you are wasting time on it
b.w
r.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-05 13:31 UTC] mfischer@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

It's called $HTTP_POST_VARS
 [2002-05-05 13:32 UTC] mfischer@php.net
Er..

It's still a support question, anyway start looking in $_SERVER (use phpinfo() to find such things quick).
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 02:01:33 2025 UTC