Search code examples
phpversiondomain-name

How can I find the version of php that is running on a distinct domain name?


How can I find the version of php that is running on a distinct server with distinct domain name? (like www.abc.com) It is not my server, no ftp access for making a php file with this code:

<?php
    echo PHP_VERSION;
?>

Solution

  • THE ANSWER IS : NMAP PROGRAM

    THANKS FOR YOUR ATTENTIONS ...

    another way is getting HTTP Headers by this site (http://web-sniffer.net/) or firefox add-on for getting HTTP Headers...

    Best Regards