Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2000 17:48:36 +1000
From:      Danny <dannyh@idx.com.au>
To:        "Kai Peters" <kpeters@silk.net>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Apache + PHP - PHP not working?
Message-ID:  <00040817555300.00735@freebsd.freebsd.org>
References:  <005901bf9ff6$f3bd3da0$0500a8c0@teamsoftech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello

Have you tried creating a test php file like so . Type vi index.php3 create
your own code. like so

<html>
<body>
 <?php

                      $myvar = "Hello World";

                      echo $myvar;

                      ?>



                      </body>

                      </html> 


You should see Hello World not a "file save as"


On Fri, 07 Apr 2000, Kai Peters wrote:
> Hi:
> 
> FreeBSD 4.0 Release:
> 
> I installed apache+php-1.3.12+3.0.15, apache seems to work
> fine. However, php code seems go unnoticed.
> 
> /var/log/apache_error_log shows notices that PHP/3.0.15 is
> being configured and that normal operations are resumed.
> 
> Have created php3.ini. Something else needs to be done?
> Any pointers for me?
> 
> TIA,
> Kai
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00040817555300.00735>