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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 19:01:36 2025 UTC