how to limit this loop ..just thee loops..thanks for helping
6条回答 甜味超标 (楼主) 2020-12-13 11:23 A foreach loop wouldn't be the best if you need to limit it. Try using a for loop. link('View', '/articles/view/'.$article['id']);}?> This code will make the text loop 3 times. 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
A foreach loop wouldn't be the best if you need to limit it. Try using a for loop.
link('View', '/articles/view/'.$article['id']);}?>
This code will make the text loop 3 times.