RSS

Tag Archives: PHP

Check what version of PHP your server is running

Simple..

  1. Make a new PHP file
  2. Insert this text into it:
    <?php

    phpinfo();

    ?>

  3. Save & upload
  4. Go to the file in a browser to see the results.
  5. When done, you may want to keep a local copy, but delete the file from the server as it could be useful in attacking your site.
 
Leave a comment

Posted by on April 22, 2009 in PHP

 

Tags: ,