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

NETTUTS.com: Creating a Web Poll with PHP

Anson Cheung's Blog: 8 essential checks on securing PHP

NETTUTS.com: How to Paginate Data with PHP

NETTUTS.com: Introducing WordPress 3 Custom Taxonomies

DZone.com: Codeigniter and Object-Oriented PHP: Two Guides


Community Events











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


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

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