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
 [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

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Aug 20 04:01:28 2024 UTC