How can I find the version of php that is running on a distinct server with distinct domain name? (like http://www.abc.com) It is not my server, no ftp access for making a php file with this code:
<?php
echo PHP_VERSION;
?>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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