php - How to loop when using a Google api
The following code returns 10 results from a google api account I have set up, this is the max google will allow at one time, but you loop it 10 times. I wan't to get 100 results
<?php
{
$rootUri = "https://www.googleapis.com/customsear-----";
$ApiKey = "
I can change where to start from at $start = , so basically I want to display 100 results, Thanks in advance
Here is the output
{-code-2}
Answer
Answer
Answer
Solution:
Just a try but maybe it works like this:
Answer
Answer