bobby317 Posted June 23, 2010 Share Posted June 23, 2010 I was wondering if I can put a While loop inside another while loop? example: while () { if () { While() { } } } Link to comment https://forums.phpfreaks.com/topic/205665-nesting-while-loop-inside-of-while-loop/ Share on other sites More sharing options...
TOA Posted June 23, 2010 Share Posted June 23, 2010 I was wondering if I can put a While loop inside another while loop? Yep Link to comment https://forums.phpfreaks.com/topic/205665-nesting-while-loop-inside-of-while-loop/#findComment-1076241 Share on other sites More sharing options...
bobby317 Posted June 23, 2010 Author Share Posted June 23, 2010 ty Link to comment https://forums.phpfreaks.com/topic/205665-nesting-while-loop-inside-of-while-loop/#findComment-1076245 Share on other sites More sharing options...
TOA Posted June 23, 2010 Share Posted June 23, 2010 np Link to comment https://forums.phpfreaks.com/topic/205665-nesting-while-loop-inside-of-while-loop/#findComment-1076246 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.