View Single Post
  #3 (permalink)  
Old 08-06-2008, 04:04 PM
gilgalbiblewhee gilgalbiblewhee is offline
Registered User
 
Join Date: Jul 2004
Posts: 247
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!!!!!
__________________
Gilgal's website:
Wheel Of God
Now easy to post scripture verses!
Portfolio
Reply With Quote