This is a shortened version of my blog post which you can find on my website here: How to query WHOIS servers in PHP If you are working on an app or a simple site that needs to grab information...
If you ever need to write a Joomla extension that handles image uploads, you might want to rotate the image to the correct rotation if the image has been taken on a phone. Sometimes the image...
If you have ever needed to quickly generate an array or "list" of all dates between two specific dates in time, you can use this script to do so. /** * Returns every date between two...
There might be certain situations where you wish to use Joomla's JDatabase class outside of the joomla CMS in a seperate script, this can be done by simply including this block of code in the...