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

Rock Textures
Rock Textures
- Adobe Photoshop -
Animated Movie-Cli...
Animated Movie-Cli...
- Adobe Photoshop -
Ion Beams
Ion Beams
- Adobe Photoshop -
Sinedots
Sinedots
- Adobe Photoshop -

Username:
Password:  
Remember Me

Lost Password? || Register

  
Printer Friendly Version
Tell A Friend v2.0
   
php, shoutbox problems
Author: vanhansen
Posted: Nov 17th, 1:30am
Activity: 5 replies, 92 views
MarkupGeeks Logo
Author: ahstanford
Posted: Nov 16th, 8:45pm
Activity: 11 replies, 148 views
Drawing Tutorials
Author: ahstanford
Posted: Nov 16th, 12:46am
Activity: 0 replies, 98 views
Superbowl predictions, anyone?
Author: ahstanford
Posted: Nov 15th, 10:46pm
Activity: 10 replies, 137 views
Photomanipulation Footsteps
Author: ahstanford
Posted: Nov 15th, 10:43pm
Activity: 4 replies, 94 views
Learning to draw...
Author: ahstanford
Posted: Nov 15th, 12:43pm
Activity: 4 replies, 115 views
Looking for simple UI elements
Author: FenixRoA
Posted: Nov 15th, 6:40am
Activity: 7 replies, 108 views
HDD Help?
Author: Phoenix Wynde
Posted: Nov 13th, 2:31am
Activity: 1 replies, 106 views
Fun New Battles Posted!
Author: ahstanford
Posted: Nov 11th, 7:33pm
Activity: 0 replies, 139 views
4-man Simon Tournament
Author: ahstanford
Posted: Nov 11th, 3:28pm
Activity: 0 replies, 90 views
Design Brief Inspiration for BioRUST Battles!
Author: ahstanford
Posted: Nov 11th, 7:19am
Activity: 4 replies, 139 views
The BioRUST Free Stock Photography Thread
Author: ahstanford
Posted: Nov 11th, 6:32am
Activity: 2 replies, 146 views
--- Site Resources ---
Total Tutorials:212
Total Downloads:    415
Linkbase Links:

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