Create a info.php page in your web directory, (usually /usr/local/apache/htdocs/)
<?php print phpinfo();?>
Go to http://localhost/info.php and you should see a PHP information page.