Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: show 4 latest registries from mysql

  1. #11
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Does ID represent the users ID?
    Jeremy | jfein.net

  2. #12
    Join Date
    Aug 2009
    Posts
    399
    Thanks
    42
    Thanked 4 Times in 4 Posts

    Default

    id - is number (auto increment)
    product - users nick (name)
    about - About his website
    url - his link

  3. #13
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Ok, try this query:
    Code:
    SELECT * FROM `culture` ORDER BY `id` LIMIT 4
    Jeremy | jfein.net

  4. The Following User Says Thank You to Nile For This Useful Post:

    auriaks (11-06-2009)

  5. #14
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Great! Glad to help.
    Jeremy | jfein.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •