Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6811395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:19:19+00:00 2026-05-26T20:19:19+00:00

I am telling my sql script to generate this: $result=mysql_query(SELECT comment_id FROM comments WHERE

  • 0

I am telling my sql script to generate this:

       $result=mysql_query("SELECT comment_id FROM comments WHERE thread_id=38 LIMIT 2,7");

I dont know why it happens, but it returns to me 7 comments (posts/results) rather than 5.

is my statment is wrong? or is it because when I refresh the page more html is added in addition to the previous html ..?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:19:20+00:00Added an answer on May 26, 2026 at 8:19 pm

    Use this:

    $result = mysql_query("SELECT comment_id FROM comments WHERE thread_id=38 LIMIT 2,5");
    // Maybe you want to use (0,5) instead!?
    

    Examples

    SELECT * FROM `your_table` LIMIT 0, 10 
    // This will display the first 10 results from the database.
    
    SELECT * FROM `your_table` LIMIT 5, 5
    // This will show records 6, 7, 8, 9, and 10
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I found this script on about.com which I'm trying to learn from on how
I found this script on about.com which I'm trying to learn from on how
I'm getting a strange error from the SQL Server JDBC driver. It is telling
SQL Server 2008 is telling me to include the Primary Key in an index
I am having an issue with Oracle SQL Developer where it keeps telling me
Even before telling my question, will tell you that this is a very vague
My colleague keeps telling me of the things listed in comments. I am confused.
I have a sql script file that upon import creates a table in a
I have a hard time telling what operations in linq cause a SQL command
I'm looking at output of SP_WhoIsActive on SQL Server 2005, and it's telling me

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.