Which loops are mostly use in programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which loops are mostly use in programming?

18th Jul 2016, 5:50 AM
Amit
Amit - avatar
11 Answers
+ 3
while($var = mysqli_fetch_assoc($VARDATABASE)){ echo $var[‘‘]; } its very popular like this
18th Jul 2016, 10:35 AM
ehsan Abbaslou
ehsan Abbaslou - avatar
+ 2
while loop
18th Jul 2016, 8:21 AM
Amit
Amit - avatar
+ 2
while loop because data connection
18th Jul 2016, 9:35 AM
ehsan Abbaslou
ehsan Abbaslou - avatar
0
data connection means
18th Jul 2016, 10:27 AM
Amit
Amit - avatar
0
yes bro
18th Jul 2016, 10:29 AM
ehsan Abbaslou
ehsan Abbaslou - avatar
0
I'm asking what is data connection
18th Jul 2016, 10:31 AM
Amit
Amit - avatar
0
using with MYSQL
18th Jul 2016, 10:43 AM
Amit
Amit - avatar
0
For & foreach & while
19th Jul 2016, 11:28 AM
Faris Mahroum
Faris Mahroum - avatar
0
while loop because data connectivity and also for each loop use
25th Jul 2016, 6:05 AM
Tech Update
Tech Update - avatar
0
i like the for loop
2nd Aug 2016, 2:08 PM
Marouane Mehdi
Marouane Mehdi - avatar
0
while
28th Sep 2016, 12:55 PM
ANAND S
ANAND S - avatar