Create a file in your htdocs directory (ask the location from your web hosting provider if you are not sure named test.php.
<b>PHP</b> Support in ApacheOpen the file in your favorite text editor and add the line:
< ?php phpinfo() ?>

After saving the file, open in your browser:
http://[your host name]/test.php

Note: Replace [your host name] with your actual host name.

Now if you see a page with php information (see the illustration) then you have PHP support in your Apache HTTP Server.

PHP support is required if you want to run lots of web applications like WordPress, for example. Demand PHP support from your web hosting provider if it is not already enabled.