↧
PHP Uptime check
I found a useful script in PHP that can be used for checking uptime of a server. It can be useful for checking when the servers have a such a significant load that pages can’t be displayed. The benefit...
View ArticlePHP: Display page render time
Here's what I currently use to determine how long it takes to generate a page in PHP. Its only 8 lines of code. … Read More →
View ArticlePHP Script to fix AJAX Access-Control-Origin Errors
If you have an AJAX application that uses a PHP back-end app on a different server as your web front-end server (e.g. load balancing, cdn's, etc), your PHP script will need to send header variables...
View Article