比如后台有3条记录 A,B,C第一次访问 得到A
第二次访问 得到B
第三次访问 得到C
第四次访问 得到A
第五次访问 得到B
第六次访问 得到C
。。如何用PHP实现及数据的存储方式