News Feed
Jobs Feed
Sections




News Archive
PHPFreaks.com:
PHP Loops
June 20, 2008 @ 12:10:18

The PHPFreaks.com website gets back to basics with a new tutorial they've posted - a look at looping in PHP.

Looping is simply a way for you to reduce the amount of code and/or content you have to write out. The idea is that you have something you have to do, or some content you have to show, and instead of just "writing it all out," you find a pattern to it - a common denominator - and let PHP execute the code or generate the content piece by piece using that pattern, based on a condition.

Their example solves the problem of finding taking a range of numbers and seeing how many of them can be evenly divided by another number.

0 comments voice your opinion now!
looping conditional structure tutorial example


blog comments powered by Disqus

Similar Posts

php|architect: Introduction to PHPUnit

C7Y Community Site: Handling Images with PHP

Rob Allen's Blog: File uploads with Zend_Form_Element_File

Matt Curry's Blog: Connecting CakePHP Plugins

phpRiot.com: Protecting Your PHP Source Code With ionCube Encoder


Community Events











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


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

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