RBA Cash Rate: 4.35% · 1AUD = 0.7 USD · Inflation: 4%  
Leading Digital Marketing Experts | 1300 235 433 | Aggregation Enquires Welcome | Book Appointment

    Booking    Contact    0400 777 300

  BeliefMedia [ FINANCE SPECIALISTS ]

Example Interest Rates: Home Loan Variable: 5.80% (5.85%*) • Home Loan Fixed: 6.04% (6.83%*) • Fixed: 6.04% (6.83%*) • Variable: 5.80% (5.85%*) • Investment IO: 6.19% (6.22%*) • Investment PI: 6.04% (5.95%*)
Marketing Insights & Strategy
Blog
Martin Khoury

Get Root Domain from a URL with PHP

Finding the root domain name (or a top level domain, TLD) from a URL is challenging. Literature on the web generally leans towards a library that’ll find the root domain by way of comparing the URL against all approved top level domains … but this method introduces a degree of complexity that we wanted to avoid. The following function is one that we use to find a domain name root. It isn’t perfect, but it’s close.

Read More »
Blog
Martin Khoury

Return the Size of an Entire Directory with PHP

On a member-based site we operate we put a limit on the size of a directory before additional credit is required. The following function will recursively look through an entire directory and return a filesize. While the value returned is in bytes, you can alter it into a human readable string by using the first function from this article (“Return a Readable Filesize with PHP”).

Read More »