News Feed
Jobs Feed
Sections




News Archive
HowToForge.com:
Loops In PHP
January 30, 2007 @ 12:26:00

On the HowToForge website, there's a new tutorial that teaches one of the fundamentals of working with PHP (or any language for that matter) - looping.

Let's move towards our today's lecture which is about Loops. There are certain conditions in which you need to execute the same block of code again and again. For example if you want to print ten consecutive equal signs in three lines to make a separator then you could do it with different methods.

The tutorial covers:

  • Basic Concept Of Loops
  • Types Of Loops (for, while, do/while, and foreach)
  • Assignment
  • some Related Articles
Code examples are given for all, and a good overview of working with the loops is given.

0 comments voice your opinion now!
loop tutorial beginner foreach for while loop tutorial beginner foreach for while


blog comments powered by Disqus

Similar Posts

PaperMashup.com: Easy PHP Pagination

Chris Jones: Getting Started with PHP Zend Framework 2 for Oracle DB

PHPMag.ru: Zend Framework: models auto-loading

Zend Developer Zone: The Standard PHP Library (SPL)

Brandon Savage's Blog: Making Life Better With The SPL Autoloader


Community Events











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


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

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