Manipulating of given values

The HTML script in the example above is giving to the client to put two numbers and after that to choose matematic operation, which will be provided. When the script will be put on server, theese values are sending on PHP scrip for processing, and the name of the PHP script is matematic.php.

Using while with a Counter

Oct 06, 2009 Author: strumica
A counter is used to associate a number with each execution of a loop. Mostof the time, this number simply increments from 0 or 1 to higher valuesuntil the loop finishes.

XAMPP

Nov 24, 2008 Author: City Hall
Many people know from their own experience that it's not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP is an easy to install Apache distribution…

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…