php tutorial loops, php tutorial while loops, php tutorial For loops.php tutorial loops, php tutorial while loops, php tutorial For loops.
php tutorial loops, php tutorial while loops, php tutorial For loops
php file read tutorial, php file write tutorial, php r/w tutorial, read write tutorial php Online Training

Microsoft Office TrainingMicrosoft Office Skills Training
Business Skills Courses Business Skills Courses

Technical Courses Technical Courses

Networking Networking Training Courses

Java PHP C C++ Perl Training Java PHP C C++ Perl Training

Web Marketing Training Web Marketing Training

Database Training Database Training

Unix Training Unix Training

Online Aptitude Testing and computer Assessments Online Aptitude Testing and Assessments.

Personal Development Training Personal Development Training

Try our online computer training courses via distance learning.
php file read tutorial, php file write tutorial, php r/w tutorial, read write tutorial php Free Video Tutorials

Free video tutorials for Adobe photoshop. Adobe Photoshop
Free video tutorials for Dreamweaver. Dreamweaver
Free video tutorials for Flash. Flash
Free video tutorials for Html. Html
Free video tutorials for visual basic. Visual Basic
Free video tutorials for Perl. Perl
Free video tutorials for C++. C & C++

free IT Training and e-learning computer based training courses.
Online Training Assessments


Technical Courses Verbal Reasoning

aptitude Numerical Reasoning

Free Online Java Quiz

Online Computer Training, e-learning, free video tutorials.
Online Training Training Tools

free IT Training and e-learning courses. Course Manager
Try our online computer training courses and our e-learning cbt courses. System Manager


Computer Training & Webmaster forum - internet marketing and search engine forum
  

Click here to register for your free computer training courses.

Web Diretory | Sitemap | Blog

Try learningsteps.com online computer training courses and tutorial via online learning, online training.

PHP Tutorial LOOPs:


PHP WHILE LOOPS Tutorial.

while loops are very popular in PHP and are quiet easy to use. while loops execute a piece of code a specified number of times as set out in the condition.

As long as the condition is true the code will be executed, when condition become false the code is not execute anymore.

Example:

<?php

$counter = 0;
while ($counter < 4) {
   echo "Counter value is = $counter 
"; $counter++; } ?>


The output from the above piece of code would be

Counter value is = 0 Counter value is = 1 Counter value is = 2 Counter value is = 3

At the end of the block execution, the while condition is tested again. If the condition is true the code block will be executed again. This will continue until the condition results becomes false.

When this happens $counter will equal 4, the condition will return false and the loop will be broken and the next line after the while loop is executed.

php loops tutorial
CBT
online computer courses

Copyright ©2007 LearningSteps.com Inc. Computer Based Training | E-Learning | CBT | IT Training

free IT Training and Cbt computer based training courses.

try our paid computer based training(cbt) or free computer training