php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17420 Error including files
Submitted: 2002-05-24 16:47 UTC Modified: 2002-05-24 20:09 UTC
From: mv dot souza at bol dot com dot br Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.1.2 OS: Linux mapi2.distro.conectiva 2.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mv dot souza at bol dot com dot br
New email:
PHP Version: OS:

 

 [2002-05-24 16:47 UTC] mv dot souza at bol dot com dot br
I DON?T KNOW WHO ELSE CAN HELP ME 
PLEASE, SAVE A BRAZILIAN WITH PROBLEMS 

*** my phpversion is 4.1.1 *** 

I have two machine with PHP and Apache
At the first the following script works

http://www.pbh.gov.br/smsa/montapagina.php?pagina=unidades/unidades.php?unidades=csaude

but don't works in another

http://www.pbh.gov.br/smsa/montapagina2.php?pagina=unidades/unidades.php?unidades=csaude

the script is the following:

<?
include("menu.inc");
?>


<?

//$base_href="http://www.pbh.gov.br/smsa/"; //don't working in machine 1
//$base_href="/www/docs/wwwpbh/smsa/";
//$base_href="";
$base_href="http://www.internet.pbh.gov.br/smsa/"; //working in machine 2
include("$base_href" . "$pagina");
//include("$pagina");
include("contador.php");
?>


I don?t know if the problem is related with apache Apache/1.3.22


IF YOU CAN'T HELP ME, PLEASE, SAY WHO CANS.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-24 20:09 UTC] derick@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 00:01:41 2024 UTC