On Wed, 11 Oct 2000, Andrew Sullivan wrote:

> Are you sure your script is good?  (Did you try a script with _just_
> phpinfo() in it, plus exit;?)

I'm now using PHP.net's own example:
<html>
    <head>
        <title>Example</title>
    </head>
    <body>
                      
    <?php 
        echo "Hi, I'm a PHP script!"; 
    ?>
                          
    </body>
</html>

 
> Does apache have the php module loaded?

Yes - see original post in thread.

> Do you have a mime-type or an application type set of PHP4?  Is it
> the same extension?

No - I'm not convinced it _should_ be .PHP4, just .PHP.

Any help or pointers gratefully recieved.

Steve.

Reply via email to