Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    hey,

    how do i make a next link in an articles system?

    i know you can just do $nextid = $_get[id] + 1; or whatever, but what if the next id doesn't exist? (eg article not approved, or has been deleted).

    so in essence, what i am asking is how do you get the next existing id from a database?
    • CommentAuthorvarland
    • CommentTimeAug 27th 2007
     permalink

    The SQL for the "next" ID could be "SELECT MIN(id) FROM table WHERE id > current_id LIMIT 1;".

  2.  permalink
    oh ok. thanks, i never thought of that. :)
Add your comments
    Username Password
  • Format comments as (Help)