How do i know if my server supports PHP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bl00dFox
    New Member
    • Mar 2007
    • 12

    How do i know if my server supports PHP?

    I have a very simple question - I have a server and i want to use PHPBB forum on it. For that, PHP support is needed. Is there any way to know whether or not my server supports PHP?



    thanks guys
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    #2
    Its simple as your question. add a new .php file with this coding to your web dir and access the file using the path.

    php_info.php

    [PHP]<?
    phpinfo();
    ?>[/PHP]

    http://www.yourdomain. com/php_info.php

    Comment

    Working...