jamp

hi all trying to get php to work ,,used jamp ..apache works fine but no go on php any ideas,, am i missing something? help please level novice to php cheers richard

Some points

1. How do you know that PHP does not work?
2. In any case, please create phpinfo.php file in the root of your server document root with the following content:
<?php
phpinfo();
And open it as following: http://localhost:8080/phpinfo.php. Try also http://localhost/phpinfo.php
Server document root may be either c:\inetpub\wwwroot or C:\Jamp\host\localhost\htdocs.
3. Send me C:\Jamp\Jamp.log
4. Have you C:\Jamp\app\PHP.5.2 folder?

Thanks,
Alex