php3-list | 199908
Date: 08/30/99
- Next message: Christian Feichtner: "[PHP3] Security Questions (long post)"
- Previous message: Teodor Cimpoesu: "Re: [PHP3] Values greater than 2billion"
- Next in thread: Rasmus Lerdorf: "Re: [PHP3] PHP Will Not Work"
- Reply: Rasmus Lerdorf: "Re: [PHP3] PHP Will Not Work"
- Reply: Matías Diez: "RE: [PHP3] PHP Will Not Work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi.
I have Apache 1.3.9 running on Redhat Linux 5.2
I have downloaded the source code for php-3.0.12.
I have followed the directions. There is no apparent configure or compile
error.
I have uncommented the AddTypes reference to php which is found in my
Apache httpd.conf file.
Running the command /www/bin/httpd -l indicates that mod_php3.c is
installed.
Nevertheless, when prepare a text such as the following:
<html>
<body>
<?php
$myvar = "Hello World";
echo $myvar;
?>
</body>
</html>
It fails to display "Hello World" but rather includes the code in the
source.
Nothing happens. I have recompiled and reinstalled this about 3 times to no
avail. Nothing happens. It does not work.
My server otherwise appears to be working properly.
I have done everything they say I should do. I have checked everything they
say I should check. Useless.
I would appreciate any help. Is there even any way I can verify that php is
working on my system?
Regards,
Duncan C. Kinder
dckinder <email protected>
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Christian Feichtner: "[PHP3] Security Questions (long post)"
- Previous message: Teodor Cimpoesu: "Re: [PHP3] Values greater than 2billion"
- Next in thread: Rasmus Lerdorf: "Re: [PHP3] PHP Will Not Work"
- Reply: Rasmus Lerdorf: "Re: [PHP3] PHP Will Not Work"
- Reply: Matías Diez: "RE: [PHP3] PHP Will Not Work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

