#!/usr/bin/perl -w
use DBI;
use Date::Calc qw(Today);
use CGI qw(:standard);
print "Content-type: text/plain\n\n";
$theDB = DBI ->connect ('DBI:mysql:ecsmedia', 'ecsmedia', 'S3cq8esL') or die("Cannot connect.\n");
($year,$month,$day) = Today();
$theProduct = param("filename");
$theDate = "$month/$day/".substr($year, -2);
$theReferrer = $ENV{'HTTP_REFERER'};
$Query = "SELECT * FROM productCounters WHERE Product='$theProduct' AND Date='$theDate'";
$result = $theDB->prepare($Query) or die("error preparing SQL\n");
$result->execute() or die("error executing SQL\n");
if (@row = $result->fetchrow_array) {
$newCount = $row[2] + 1;
$newReferrer = $row[3].",".$theReferrer;
$Query = "UPDATE productCounters SET Count=$newCount, Referrers='$newReferrer' WHERE Product='$theProduct' AND Date='$theDate'";
$theDB->do($Query) or die("Invalid update");
}
else{
$Query = "INSERT INTO productCounters (Product, Date, Count, Referrers) VALUES ('$theProduct','$theDate','1','$theReferrer')";
$theDB->do($Query) or die("Invalid insert");
}
$result->finish();
$theDB->disconnect();
| |

Move over
a name below
to see screen shot:
|
Cloud 9 Music
Welcome to the NEXT GENERATION of educational music software. The fun
new experiences you will enjoy are based upon recent research in accelerated
learning techniques. Children explore pitch, duration, and rhythm freely
in four different scenarios.
- FREEFORM FLYER leaves small clouds at various altitudes to assist
learning about pitch through "unstructured" compositional techniques.
- PITCH PILOT concentrates on understanding relative pitch differences.
- HEAD TO TAIL offers intros, verses, and endings of a variety of
compositions that children can freely arrange into their own compositions.
- RHYTHM DROPS explores beats and rests.
|
| |
These demos are between 8MB and 10MB in size
Download Windows Demo
Download Macintosh OS X Demo
Download Macintosh OS 8.5-9.x Demo
|
Hybrid CD-ROM: 1518CD
Single Station Price: $29.95
Lab Pack (5 stations) Price: $105.00
Site/Network License (24 stations) Price: $240.00
Sys. requirements: Win 98, 2000, XP, Mac OS 8.5-9.2, 10.1-10.x
|
|
|