php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16440 limiting number of rows to be displayed
Submitted: 2002-04-05 02:48 UTC Modified: 2002-04-05 05:15 UTC
From: Solconsult at yahoo dot com Assigned:
Status: Not a bug Package: *Database Functions
PHP Version: 4.1.2 OS: Windows NT 4.0, Windows 2000 pr.
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
24 - 3 = ?
Subscribe to this entry?

 
 [2002-04-05 02:48 UTC] Solconsult at yahoo dot com
Dear IT Specialist;

I am using PHP, MYSQL and Apache Webserver for developing Online Database.  

I have a problem of limiting results,

Suppose that the result of " select * from table; " will be 80 records and  I want to display 10 records at a time.

Can you give me an idea how to limit the select results,

Solomon

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-05 05:15 UTC] sander@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

Hint: SELECT * FROM table LIMIT 10
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC