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 Round Numbers
PHP Quick Sort
PHP Files sorting by name
PHP Google SMS information
PHP Arabic to Farsi and Farsi to Arabic Converter
PHP XOR encryption and decryption
PHP Delete file in all directories
PHP GD Font Test
PHP Email PHP Errors - Custom Error Handler
PHP Name Generator