2
votes
1answer
97 views

how do i fetch questions one by one

I want to fetch all questions one by one ( starting from the latest ) How would i do that ? I cannot go off of question id ( because they dont seem sequential ) May be i can use page or pagesize ...
1
vote
3answers
439 views

Possible Gzip or data format problems when trying to read JSON.

This is a very basic question. I just want to display a test batch of JSON with PHP, but I think I don't have the correct formatting, since the data received looks garbled when outputed, and it causes ...