John Taylor-Johnston wrote:
How can I verify if my ISP really does have PHP on a server I am using. They say if I want PHP, I must pay an extra $15 per month. Is there somehting I can put in my .htaccess to verify and maybe do this?

    <IfModule mod_php4.c>
        AddType application/x-httpd-php .php .php4 .php3 .phtml .htm .html
        AddType application/x-httpd-php-source .phps
    </IfModule>


Put up a php test page? If you get the appropriate response, you have PHP enabled on the server.


Adam

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



Reply via email to