I often have clients who do not know if their server supports PHP (their website is HTML web site). At the moment, I send them hello.php file, they upload it and then I check it remotely if their server supports PHP. As you see this takes day or two and it’s just a waste of time.
Can I myself any how check if their server supports PHP (via web browser or console tool)? If the domain is for example http://www.my-client.com, what would be the syntax?
Thanks
PS. I have an access to Linux console so I could use it as well
As Darin Dimitrov says some Servers promote the versions of the uses software. You can use curl to view the HTTP Header of a response.