Possible Duplicate:
How do you implement pagination in PHP?
Objective :
- Input : A JSON URL (in this case ,a facebook json)
- Output : The complete JSON (neatly stitched together)
- Process : It gets the json url, fetches the datd, proceeds to the "next" "page", fetches the data to the former data .... does this till the end.
If there is no framework, can you help me with the code?