PHP Detecting the Host Platform
Feb 09, 2010 Author: strumica
Detecting the Host Platform. Because different types of systems have different sets of host commands available, if you are writing a script that could potentially be executed on different platforms, it's…
Oct 27, 2009 Author: Developer
A function is used to give a complex task a shorter form by naming it;
Oct 13, 2009 Author: LinuxAdmin
The foreach statement is similar to for in that it is basically a specializedform of the while loop. Foreach, however, unlike for, is to be used witharrays.Like for, foreach automatically performs a step…
Oct 13, 2009 Author: City Hall
The for statement is used to create loops involving numbers. It is composedof three parts: an initialization statement, a condition, and a repetitionstatement. These three parts have important purposes… Instalation of Apache server on windows
Jan 31, 2012 Author: dev99
Apache is one of the most spreaded web servers in the world, who is working on 56% from the web servers.