PHP take count function and assign unique id to each in the count

后端 未结 0 1227
盖世英雄少女心
盖世英雄少女心 2020-12-22 06:06

I have the following PHP count code:

for ($count= 1; $count<= $results; $count++)

With each it counts, I want to assign a unique ID. IE if

相关标签:
回答
  • 消灭零回复
提交回复
热议问题