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