We make several different types of free software and web applications. After our users install one of our applications we set a cookie: <?php setcookie("dl_$id","$ico" , time() +60*60*24*7*365, "/"); ?> We need a programmer to help us with a script that will display an image that represents each cookie that we have set (installs). Currently, I am using (see attached, odesk strips most of code away from posting): <?php if(isset($_COOKIE['dl'])) foreach($_COOKIE['dl'] as...