
Return a Readable Filesize with PHP
PHP’s function will do as described: get the size of a file in bytes. However, it’s usually necessary to convert that returned value into something

PHP’s function will do as described: get the size of a file in bytes. However, it’s usually necessary to convert that returned value into something

A time server is a computer server that reads the precise time from a reference and distributes this information to various clients. The most widely

Resolving your website visitors to a location is an intrinsic part of online marketing. The purpose of this post isn’t intended to educate you on

We first posted a version of this code back in 2008. It’s super-simple code that’ll record the number of hits to a page with an

In a number of the applications we’ve built in the past we’ve had a need to manufacture traditional latitude and longitude coordinates from the decimal

In an upcoming article on , we use a function that will truncate data either side of the returned array to remove either the first

This article will provide you with a few functions that serve one very commonly asked PHP question: how can I find if there’s an occurrence

The following PHP function calculates the distance between two points based on longitude and latitude. As a former airline pilot by trade (that wrote numerous

This article won’t mean much to you unless you you have a specific problem to solve. I was working on a project that required mapping

One of the sites we worked with back in 2015 would render the age of a person (or years since an event) in the article

TimThumb was a simple, flexible, PHP script that resized images and optionally applied various filters and effects. Just about everybody that developed for WordPress used

There are hundreds of functions found over the web that can be used to find the real IP address of a visitor. Here’s one function