<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-2022-jp">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="MS UI Gothic" size=2>$BLZB<$H?=$7$^$9!#(B</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2>$B%"%I%P%$%9$$$?$@$1$l$P9,$$$G$9!#(B</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="MS UI Gothic" size=2>
<DIV><FONT face="MS UI Gothic" size=2>$BNc$($P!"(B</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2>2003::04::30::Tokyo</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2>2003::04::30::Osaka</FONT></DIV>
<DIV><FONT face="MS UI Gothic" 
size=2>$B$N$h$&$J%F%-%9%H%G!<%?$J$N$G$9$,!"(B</FONT></DIV></FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="MS UI Gothic" 
size=2>CSV$B7A<0$N%+%s%^6h@Z$j$G$O$J$/!"Nc$($P!"%3%m%s(B($B!'(B)$B$d%;%_%3%m%s(B($B!((B)$B$J$I!"FCDj$N5-9f$dJ8;zNs$G6h@Z$j!"(B</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2>$BG[Ns$r:n@.$7$h$&$H$7$?>l9g!"(B</FONT><FONT 
face="MS UI Gothic" 
size=2>fgetcsv$B%3%^%s%I$r;HMQ$7!"0J2<$N$h$&$K%9%/%j%W%H$r=q$$$?$N$G$9$,!"!V(B::$B!W$G$O6h@Z$i$l$^$;$s!#(B</FONT></DIV>
<DIV><FONT face="MS UI Gothic" 
size=2>$B$3$N$h$&$J>l9g!"(Bfgetcsv$B$G$O$J$$!"B>$N%3%^%s%I$,I,MW$J$N$G$7$g$&$+!#$=$l$H$b!"(Bfgetcsv$B$H$NAH$_9g$o$;$,I,MW$K$J$k$N$G$7$g$&$+!#(B</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="MS UI Gothic" size=2>$B2?$+%"%I%P%$%9D:$1$^$9$G$7$g$&$+!#(B</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="MS UI Gothic" size=2>&lt;?<BR>&nbsp; if(!($MyFile = 
fopen("data1.txt", "r")))<BR>&nbsp; {<BR>&nbsp;&nbsp;&nbsp; 
print("data1.txt$B$,3+$1$^$;$s$G$7$?!#(B");<BR>&nbsp;&nbsp;&nbsp; exit;<BR>&nbsp; }<BR>&nbsp; 
<BR>&nbsp; while(!feof($MyFile))<BR>&nbsp; {<BR>&nbsp;&nbsp;&nbsp; $MyLine = 
fgetcsv($MyFile, 4096, "::");<BR>&nbsp;&nbsp;&nbsp; 
if($MyLine[0])<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
print("&lt;tr&gt;\n");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; print("&lt;td&gt;" . 
$MyLine[0] . "&lt;/td&gt;\n");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
print("&lt;td&gt;" . $MyLine[1] . 
"&lt;/td&gt;\n");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; print("&lt;td&gt;" . 
$MyLine[2] . "&lt;/td&gt;\n");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
print("&lt;/tr&gt;\n");<BR>&nbsp;&nbsp;&nbsp; 
}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $MyLine = explode("+++", 
$MyFile);<BR>&nbsp; }<BR>&nbsp; fclose($MyFile);</FONT></DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="MS UI Gothic" size=2></FONT>&nbsp;</DIV></BODY></HTML>