21310 Posts in 5739 Topics by 2604 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 809 Views |
-
pagination

2 March 2009 at 10:04pm
Hi!
I follow guide about search form to create pagination but I have some problem.
I have a query to an external database and I need print 10 result for every page. Can you help me to make pagination?this is my query:
function Query_result()
{
$record=$db->query('SELECT * FROM documents');
}
| 809 Views | ||
|
Page:
1
|
Go to Top |

