News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

WebMonkey: Get Your Feet Wet with WordPress

The Bakery: Eight New Articles, Components, Tutorials Posted

PHPBuilder.com: Caching Web Page Output for Server Optimization

Richard Heyes' Blog: Reading a specific line in a file

Stefan Mischook's Blog: Setting up an MVC structure with the Zend Framework - part 1


Community Events











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


security cakephp database PHP5 PEAR developer releases ajax application conference zendframework package framework book release job example code mysql zend

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