Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2004 11:59:14 -0700
From:      digish reshamwala <reshamwa@usc.edu>
To:        freebsd-questions@freebsd.org
Subject:   PHP Problem
Message-ID:  <2d78fff4179f5.4152ba92@usc.edu>

next in thread | raw e-mail | index | archive | help
Hi

I have installed Apache Mod_ssl 1.3.29 first then,
I installed PHP using ports in FreeBSD 5.2.1 as:

cd /usr/ports/www/php4-cgi
make
make install clean

But my PHP doesn't seems to be working, as my simple Hello World program-

<html>
<body>
<?php
$myvar = "Hello World";
echo $myvar;
?>
</body>
</html>

doesn't give any output.  It just displays the blank page.

Can u guys help me asap, please??!

thanks a lot,
digish




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