Our script uses some of the new variables that was introduced in PHP version 4.1.0. ($_GET, $_POST, $_COOKIE, $_SERVER and $_ENV) They deprecate the old $HTTP_*_VARS arrays. In addition to be much shorter to type - these variables are also available regardless of the scope, and there's no need to import them using the 'global' statement. (Andi & Zeev) http://www.php.net/ChangeLog-4.php
Our new build will have this problem fixed, by converting the old HTTP_* to the new ones. Check out changes/download page for when this is fixed. www.kplaylist.net/?download=1
Note!: www.php.net announced 27.feb.02: "All users of PHP are strongly encouraged to either upgrade to PHP 4.1.2, or install the patch".
Everybody with this problem should upgrade php to a newer version
