Apache's .htaccess allows a wide range of useful web server behaviours to be implemented, the most popular of which are provision of custom error pages, and password protection of directories. This tutorial gives a brief lesson in how to implement these two useful types of service.
This short tutorial will guide you through a hypothetical process of adding a movie rating system to a movie database site. Goes over the PHP code and MySQL queries.
An introduction to making ajax requests with the prototype javascript library. The article covers all important aspects of AJAX requests, as well as uses a live-search as a practical example.
Learn how to execute your PHP scripts using CRON by set time intervals that you choose. Very valuable for running routine tasks that were written into a PHP Script.
binarycloud is a platform for rapidly developing complex web applications. It includes basic services like authentication, permissions, a template engine, database abstraction etc., an extensive collection of libraries, and a framework for configuring the system and building your own logic. This tutorial step-by-step explains how to install it in details.