PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The 'SERVER_SOFTWARE' index of the SERVER global array tells the script what software the physical server is using to serve up pages. Typically, on a Linux machine SERVER_SOFTWARE will be Apache (not always, but usually). On Windows machines, the typical SERVER_SOFTWARE is IIS or Windows Server.