TUTORIALS SUBMENU ---->

PHOTOSHOP    FLASH    ILLUSTRATOR    BLENDER    CINEMA 4D    WEB-CODING

Limiting MySQL Query Results (With Pagination)


Last 5 User Comments

view entire thread

User:  notjustgraphics (#53686)
Date: Tue Oct 07, 2008. 14:26:56

Post #2 of 2

I believe the last few lines of the script have some errors.

Try this instead:

$previous = $start - $limit; //changed operator
$next = $start + $limit; //changed operator
echo 'Previous Page - '; //changed 'start' to 'page'
echo 'Next Page'; //changed 'start' to 'page'

// the set of statements above displays the previous and next page links

Reply to this post


User:  tid (#48066)
Date: Wed Feb 13, 2008. 20:56:50

Post #1 of 2

Anybody getting an error relating to the section:
Quote:$query = mysql_query(“SELECT * FROM OurTable LIMIT ‘$start’, ‘$limit’”)


may want to try removing the single quotes " ' " around $start and $limit. This was causing MySQL syntax errors for me.

Great tutorial btw, thanks

Reply to this post


--- View Entire Thread ---


FEATURED TUTORIALS & GUIDES

view all

Realistic Cigarettes
Realistic Cigarettes
- Adobe Photoshop -
Soft-Edged Cel-Sha...
Soft-Edged Cel-Sha...
- Adobe Photoshop -
Simple Painterly E...
Simple Painterly E...
- Adobe Photoshop -
Sinedots
Sinedots
- Adobe Photoshop -

Username:
Password:  
Remember Me

Lost Password? || Register

  
Printer Friendly Version
Tell A Friend v2.0
   
TrentonCS
Author: ahstanford
Posted: Nov 06th, 7:40pm
Activity: 3 replies, 27 views
Html 5
Author: ahstanford
Posted: Nov 05th, 1:32pm
Activity: 5 replies, 89 views
What are your favorite websites?
Author: ahstanford
Posted: Nov 05th, 12:51am
Activity: 0 replies, 47 views
What do you do for a living?
Author: ahstanford
Posted: Nov 04th, 11:04pm
Activity: 0 replies, 44 views
What is your favorite Subway sandwich?
Author: ahstanford
Posted: Nov 04th, 11:02pm
Activity: 4 replies, 87 views
Windows 7
Author: ahstanford
Posted: Nov 04th, 10:59pm
Activity: 0 replies, 48 views
Google Wave
Author: ahstanford
Posted: Nov 04th, 10:52pm
Activity: 0 replies, 59 views
University Project
Author: Gjbphp
Posted: Nov 03rd, 8:59pm
Activity: 1 replies, 90 views
Hello BioRust!
Author: ahstanford
Posted: Nov 02nd, 5:39pm
Activity: 4 replies, 87 views
 Illustrator cs4 - Convert outlines/graphics to ...
Author: izidrew
Posted: Oct 29th, 3:48pm
Activity: 3 replies, 256 views
Hello BioRust!!
Author: MOST
Posted: Oct 29th, 12:52am
Activity: 4 replies, 144 views
Hey! newbie
Author: prelimiting
Posted: Oct 28th, 11:51pm
Activity: 1 replies, 113 views
--- Site Resources ---
Total Tutorials:212
Total Downloads:    415
Linkbase Links:

Design & Content © BioRUST 2009 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT