|
UNCC JAMS Anime Library This list is available for club member reference only. We do NOT trade. For questions about this list contact unccjams@zodiacworld.org. |
|---|
| VHS |
|
$file = fopen("library.txt", 'r');
while($tape = fgets($file)) {
if(substr($tape, 0, 7) == substr($lasttape, 0, 7)) {
echo " $tape "; } else { echo " |
| ";
echo " ";
echo "$tape \n"; } $lasttape = $tape; } fclose($file); $lasttape = ""; ?> |
|
|
| CD |
|
$file = fopen("diglibrary.txt", 'r');
while($tape = fgets($file)) {
if(substr($tape, 0, 7) == substr($lasttape, 0, 7)) {
echo " $tape "; } else { echo " |
| ";
echo " ";
echo "$tape \n"; } $lasttape = $tape; } fclose($file); $lasttape = ""; ?> |
|
|
| Fan Parodies and Music Videos (VHS unless otherwise noted) |
|
$file = fopen("fanparodies.txt", 'r');
while($tape = fgets($file)) {
if(substr($tape, 0, 7) == substr($lasttape, 0, 7)) {
echo " $tape "; } else { echo " |
| ";
echo " ";
echo "$tape \n"; } $lasttape = $tape; } fclose($file); $lasttape = ""; ?> |