[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] php help pls!
- Subject: [ale] php help pls!
- From: dsj at sylvester.dsj.net (David S. Jackson)
- Date: Wed, 14 Jun 2000 08:32:15 -0400
Hi,
I installed php3.0.5 binary on my Debian 2.1 system, and I'm having
trouble getting php to parse my php commands.
I told srm.conf to AddType application/x-httpd-php3 .php3 and
restarted apache. I guess php was installed as cgi instead of as
a module, because I didn't see any LoadModule php lines in
srm.conf or httpd.conf that the postinstall script added.
Now when I put the following into a *.php3 document and try and
view it in Netscape, I don't see anything:
<html><head><title>PHP Test</title></head>
<body>
<?php echo "Hello World"; ?>
</body></html>
Netscape sees the document and will view it in the browser, but
it doesn't seem to parse the php commands. I just see a blank
page instead of a "hello world".
Any ideas on what my problem is? (in regards to php here, that
is. :-) )
--
David S. Jackson http://www.dsj.net
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"In the beginner's mind there are many possibilities, but in
the expert's mind there are few."
--Shunryu Suzuki
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.