[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How to run PHP scripts on RaQ3 (was PHP3)
- Subject: Re: [cobalt-users] How to run PHP scripts on RaQ3 (was PHP3)
- From: Kyle Smith <kyle.s@xxxxxxxxxxxxx>
- Date: Mon Aug 7 11:37:50 2000
> When I type in www.domain.com/phptest.php, it just displays <? echo "<b>PHP4
> is great.</b>"; ?>
Now when I run it, I get this
PHP4 is great."; ?>
the PHP4 is great. is Bold.
I edited the srm.conf, httpd.conf, and mime.types with the PHP4 info.
This is what my phptest.php looks like:
<html>
<head>
<meta http-equiv="Content-Type" content="application/x-httpd-php;
charset=iso-8859-1">
</head>
<body>
<? echo "<b>PHP4 is great.</b>"; ?>
</body>
</html>
What do I need to do to get PHP4 to work properly?