RBA Cash Rate: 4.35% · 1AUD = 0.67 USD · Inflation: 4.1%  
Leading Digital Marketing Experts | 1300 235 433 | Aggregation Enquires Welcome | Book Appointment
Example Interest Rates: Home Loan Variable: 5.20% (5.24%*) • Home Loan Fixed: 5.48% (6.24%*) • Fixed: 5.48% (6.24%*) • Variable: 5.20% (5.24%*) • Investment IO: 5.78% (6.81%*) • Investment PI: 5.49% (6.32%*)

Content Archive

Website Content Archives [ RESOURCES · LENDER DATA ]
LEARN MORE ABOUT BELIEF's MORTGAGE BROKER WEBSITE

Author: Martin Khoury

Download API
API
Martin Khoury

Downloads Application and API

In aggregating content to BeliefMedia as we retire old websites, we’ve had to put serious thought into how certain functionality was handled and maintained. One

Read More »
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 »