"; $fd = fopen ("psus.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

Topic-Blah.

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:
ie:
"; ?>