language php

PHP Aims for the Mainstream in Zend Server 5

Linux Today  Thu, 10/22/2009 - 03:33

Internetnews: "The open source dynamic language PHP has been a mainstay of the Web application delivery landscape for the past decade, but only in recent years has it made serious inroads into enterprise IT development."


 

Loops & Decisions in PHP - The ABC's of PHP Part 8

Linux Today  Tue, 05/19/2009 - 17:32

PHP Builder: "In any given computer language (PHP is no exception) there has to be a way to allow the running code to decide between doing 2 different things.

If there wasn't then software would not be able to adapt based on operating conditions, or it wouldn't be able to decide between two different users."


 

PHPBuilder.com: Loops & Decisions in PHP - The ABC's of PHP Part...

PHPDeveloper.org  Thu, 05/07/2009 - 09:26

PHPBuilder.com has posted the eighth part of their introductory "ABCs of PHP" series today.

This time the focus is on looping and decision functionality (like if/while/for/etc).