I forgot to mention the problem. The pagination of 10 records per page is not happening.
I've been having problems in this for WEEKS!!! With no one to help me.
I don't understand how the while loop for paging should be set. This is what I have so far:
PHP Code:
while($row = $pagedResults->fetchPagedRow()){
echo "<span style='color: red;'>".$c."</span><br />";
//echo "{$row}";
print(getQuery($bigWords));
//echo getQuery($bigWords);
//echo "hi";
$c++;
}
I get:
Code:
1
Array2
Array3
Array4
Array5
Array6
Array7
Array8
Array9
Array10
Array
HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP!!!!!