Things you should never do: Creating a PHP script which connects to a different
server, to retrieve some information and display it on your website. And you
should most certainly not do this on every single page request, without even
caching the results. Recently I have been asked to help my brother with a module
he downloaded, which did exactly this. So I created this jQuery Plugin
instead.
Read more »