Open Notepad (or whatever) and paste the following code into it:-
<?php phpinfo(); ?>
and save the file as phpinfo.php Open
your browser and go to 'http:\\localhost\phpinfo.php' With a bit of luck
you should have a screen full of Server related information and variables.

If not, something has gone wrong with the installation somewhere and a careful check of the steps is required - or ask in our forums for advice, it is usually a simple config error or path related problem and nothing serious. Thanks for listening, the next phase in this series of Articles is to install and configure mySQL for use with Apache 2.2.2 and PHP 5.2-dev. After that is the installation tutorial for a forums board not unlike the one on this site. Both of these will be finished and posted soon-ish.
Important Note: This tutorial recomends and uses php.ini-recommended as a starting point when learning PHP. It has a lot of 'safe' features & settings by default. In particular the 'short_open_tags' setting is off meaning you can not open a PHP tag with just a <? but you must you the full <?php to start off any PHP code segments. If any code does not work for you, or you get a blank page, please check this. This Post in our forums may enlighten you some more, thanks to StealthMatt for reminding me it needed changing in this tutorial.
Back to Configure PHP 5.2 for Apache 2.2 & vice-versa | Forward
to Install MySQL ![]()

