"; $fd = fopen ("lcds.csv", "r"); // initialize a loop to go through each line of the file while (!feof ($fd)) { // declare an array to hold all of the contents of each row, indexed $buffer = fgetcsv($fd, 4096); // start a row for the table echo "\n"; // this for loop is the meat, the 17 represents the number of columns in // when this is re-created with MySQL use the mysql_num_fileds() function # beer for ($i = 0; $i < 20; ++$i){ // if its the email field, construct a mailto link # if ($i == 5&& $buffer[$i] !=" " && $buffer[$i] !="email" ){ # $buffer[$i] = "$buffer[$i]"; # } if ($buffer[$i] == ""){ $buffer[$i] = " "; } if($r==0) { echo "$buffer[$i]\n"; } elseif(is_even($r)) { echo "$buffer[$i]\n"; } else { echo "$buffer[$i]\n"; } } echo "\n"; $r++; } fclose ($fd); ?> align=center>

Legend: U-Unknown, UATP-Unknown At This Point, N/A-Not Applicable, NDP-No Dead Pixels,nits-cd/m^2

DennisK-A little additional information is probably necessary for the "DennisK" setup. It was come to be known as such when a mp3car member named DennisK had a surplus of Sharp LQ9D161 panels. Of course this setup requires a separate inverter, display controller, and touchscreen. As such, the various features could vary. With a better controller, you could gain the 2 Video inputs of the Xenarc for example. Or with a USB touch screen instead of Serial. Prices also vary wildly for a DennisK because of different controllers, inverters and touchscreens - from $200-$600. Keep all this in mind when considering a DennisK setup.

align=left> align=left>

Want to add one? E-Mail me the specs in this format and I will.
Here is the format of the CSV:
Name,Diag. Size,Physical Resolution,Supported Resolutions,Aspect Ratio,VGA Inputs,Composite Inputs, Brightness w/o TS (nits),Brightnewss w/ TS (nits),TS Interface,Power Consumption,Dimensions (in),Weight,Guarantee,800x480,Last Input Memory,Power-on-Signal
ie:
Xenarc 800TSV,8",640x480,640x480~1600x1200,4:3,1,2,400,300,USB,<8W,9W x 6.5H x 1.6D,2.75lbs,NDP,Y,Y,Y "; ?>