for cycle with whyle operator
$ricxvi = 0; while($ricxvi < 10){ echo "another counter $ricxvi" ; $ricxvi ++; }
by guga muchiashvili
2 years ago
PHP
php note
1
Pro tip: use ```triple backticks around text``` to write in code fences