Help MySQL

Discussion in 'Databases' started by Magina™, Aug 27, 2010.

  1. #1
    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 :)
     
    Magina™, Aug 27, 2010 IP
  2. papillon

    papillon Greenhorn

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    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...
     
    papillon, Aug 28, 2010 IP