From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 06:04:23 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CFF37B401 for ; Tue, 15 Apr 2003 06:04:23 -0700 (PDT) Received: from toole.uol.com.br (toole.uol.com.br [200.221.29.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F9143F3F for ; Tue, 15 Apr 2003 06:04:21 -0700 (PDT) (envelope-from konrad@scorciapino.org) Received: from 200-161-254-172.dsl.telesp.net.br ([200.161.254.172]) by toole.uol.com.br (8.9.1/8.9.1) with ESMTP id JAA27692 for ; Tue, 15 Apr 2003 09:57:56 -0300 (BRT) From: Konrad Scorciapino To: freebsd-questions@freebsd.org Date: Tue, 15 Apr 2003 09:57:00 -0300 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304150957.00048.konrad@scorciapino.org> Subject: Apache and PHP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 13:04:23 -0000 Hello, I am running Apache with mod_php and when I try something like `echo $a` in a webpage like `/foo.php?a=bar`, I get no results. Could this be a problem with apache? What could be wrong? Thanks!