News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

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



Stefan Mischook's Blog:
PHP Video Tutorial PHP Loops
September 27, 2007 @ 11:15:00

Stefan Mischook has posted another video introducing beginning PHP developers to the basics of the language. In this new video, he explains looping.

I've released a new video tutorial covering PHP basics. In this video I teach three different loop types in PHP: For Loops, While Loops and Foreach Loops.

You can watch this video here or check out some of the other video tutorials he has posted on everything from conditionals to working with objects.

1 comment voice your opinion now!
video tutorial looping introduction beginner video tutorial looping introduction beginner



Community Events





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


introduction conference api voicesoftheelephpant injection symfony2 unittest database framework testing language phpunit community podcast interview zendframework opinion application zendframework2 release

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