01-26-2009, 09:53 AM
|
#4 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
You will simply have to provide it in the arguments, if you read the descriptions of the functions, you will see that it's pretty easy to understand.
PHP Code:
$p = $_GET['page'];
$result = $api->search(array( 'keywords' => $keyword ,'location' => $location ,'page' => $p ,'pagesize' => 10)) ;
Page argument being the current page, and pagesize being the amount of results you want displayed on the current page.
__________________
|
|
|
|