News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu

PHP5

Started by grimr34p3rx, September 20, 2006, 02:15:16 AM

Previous topic - Next topic

grimr34p3rx

Is freepgs running php5? I was just wondering because I have tried everything to try to get my modded phpbb forums working, but the installation guide says it doesn't work with PHP5.

bookish

Last time I checked FreePgs was using PHP Version 5.0.4

You can check for yourself by putting the following code into a file (phpinfo.php) and uploading it to your web space.

<?php

phpinfo
();

?>