php

Tracking file upload progress with PHP 5.2 (APC)

Submitted by olly on Mi, 2007-10-24 12:31.

PHP V5.2 added hooks for developers to take advantage of tracking file upload progress in real time. This article, Part 5 of a five-part "What's new in PHP V5.2" series, shows how to monitor file uploads and write code accordingly, with the creation of a PHP progress bar.

Kategorie:

Drupal: How to write automated tests

Submitted by olly on So, 2007-10-21 20:44.

Writing an automated test might be a bit disorienting for some Drupal developers. It isn't hard, but is different from rest of Drupal in a couple of ways...

Kategorie: