Location:
PHPKode
>
projects
>
phc
> doc/manual/code/whileex.php
<?php $x = 5; while($x--) { echo $x; } ?>
Web-based Email Marketing Software for sending email newsletters
Return current item:
phc