Also, in some cases, you need to specify a pound-bang directive that points
the path to your php (similar to perl)

#!/usr/bin/php

Try a test php on the server

name the file: phpinfo.php
<?

 echo phpinfo();

?>

if that doesnt work, try
*(you should have docs for you site which would tell you this if it is
necessary)

#!/your/path/to/php
<?
echo phpinfo();
?>

Then test your file like so: http://www.yourdomain.com/phpinfo.php

--
Nicole Amashta
Web Application Developer
www.aeontrek.com


"Ross Fleming" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> It's already installed and enabled, they've told you that.  Simply call
your
> pages .php or .phtml (whatever they tell you to call them) instead of
.html
>
> Ross
>
> -----Original Message-----
> From: rob [mailto:[EMAIL PROTECTED]]
> Sent: 25 April 2002 02:58
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] installing on a remote web host
>
>
> Hi all,
> I have searched for any info on installing php up to a web host's server
as
> far as they have told me "PHP is enabled by default"  so! I am looking for
> the documentation that will guide me in the process of uploading and
> activateing php ...  thanks!
>
> Rob
> deltona, fl
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to