I use PHP+MySQL inthis problem but I can make it work. I hope you can help me about this guys. I am developing a simple application but i'm stock in this method What I want to do is that I want to get a certain row from a table and then from that specific row I want to select auto down row from that row. for example I choose row-10, from that row after I did a job CRUD or what I want the loop to auto loop on the next line and so on. Can you tell me how or just give me a tip I would be greatful if you can help me on this
Sounds to me like you are trying to do some sort of random access type thing. Include a timestamp field in the row so you can order by the timestamp, go from there...