Well, you didn't give a whole lot of information regarding the install... O/S, PHP Version, web server, etc.
Assuming that PHP is installed properly, and any necessary changes are made to the web server config file, a simple test to use is a script like this:
<?php phpinfo(); ?>
Which'll dump the entire PHP environment and configuration settings to the screen.