News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Loops & Decisions in PHP - The ABC's of PHP Part 8
May 07, 2009 @ 10:26:34

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).

n 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.

They look at using: if statements and operators, for loops and while loops. When they look at the operators, they talk about the differences between equals/not equals, grater than/less than and two of the boolean operators - AND and OR.

2 comments voice your opinion now!
loop decision if while for operator tutorial introduction beginner


blog comments powered by Disqus

Similar Posts

Michael Nitschinger's Blog: A primer on PHP exceptions

PHPMaster.com: Explore Aspect Oriented Programming with CodeIgniter, Part 1

PHP-GTK Blog: How to: PHP 5.3 with PHP-GTK and Cairo on Linux Mint 9

Alan Knowles' Blog: Getting Started with HTML_FlexyFramework, DataObjects and HTML_Template_Flexy

Brandon Savage's Blog: Exceptional PHP: Introduction to Exceptions


Community Events











Don't see your event here?
Let us know!


code phpunit framework podcast release functional zendframework2 composer example development api introduction series opinion database interview testing application community language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework