TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PHP Install



I got PHP4-B3 installed but I'm still having problems.

When I try to access a file called hw.php containing the following:

<?php
$message = "Hello, World!";
echo $message;
?>

I get this message:

"You have started to download a file of type application/x-httpd-php Click 
More Info..."

I've followed all the suggestions in the PHP FAQ but none help.  Has 
someone here run into anything similar?