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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Solconsult at yahoo dot com
New email:
PHP Version: OS:

 

 [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: Sat Apr 20 10:01:28 2024 UTC