<td><?
$sql="select * from s_process where suid='$row[id]' order by pro_date asc, no asc";
$res = mysql_query($sql);
while($pro=mysql_fetch_array($res)){echo date("m/d",$pro[pro_date])."-".$pro[pro_memo]."<br>";}
?></td>
<td><?
$sql="select * from s_process where suid='$row[id]' order by pro_date asc, no asc";
$res = mysql_query($sql);
while($pro=mysql_fetch_array($res)){echo date("m/d",$pro[pro_date])."-".$pro[pro_memo]."<br>";}
?></td>