Running background tasks in PHP
This post is mostly to introduce some cool ways of doing tasks in PHP, that you may not be aware of. The recommended approach for anything like this is to use a cron job however. One of things I often do in PHP is create code that needs to run occasionally and perform some function [...]

Recent Comments