Getting remote data - PHP or javascript?

Grace620

New Member
What method would you choose for retrieving tweets from Twitter, for example?
  • Using json with jQuery (like http://juitter.com/), where client does the request.
  • using PHP, for eg. CURL, where server does the request
What are the advantages/disadvantages of both?
 
Back
Top