CODE
LIBARY.COM
Home
/
PHP
PHP While Looper
While Looper
<? $i = "1"; $pr = "5"; while($pr+1 != $i) { echo "$i<BR>"; $i++; } ?>
$i = "1"; $pr = "5"; while($pr+1 != $i) { echo "$i
"; $i++; } ?>
Copy to Clipboard
Related Snippets
PHP Web-based Link Generator using PHP
PHP Web-Based Random Post Generator
PHP Show Related Posts @ Single Post
PHP "PHP Function to Get Current Page URL"
PHP Another Very Basic Counter
PHP File Visit Counter
PHP Apache Processes
PHP ABSPATH PHP Code: Preventing Direct Access and Exiting
PHP Switch integers
PHP Another way to get extension