 |
|
|
| |
 |
 |
$cnt = 1;
$query = "select * from uni_lecturer where visible='1' and category='101' order by oo asc ";
$result = mysql_query($query, $connect);
while($data = mysql_fetch_array($result)){
$data_name = $data["name"];
$data_name = str_replace("대표강사","대표강사",$data_name);
?>
|
if($cnt%5==0) echo " | |
";
$cnt++;
}
?>
|
|
|
 |
$cnt = 1;
$query = "select * from uni_lecturer where visible='1' and category='104' order by oo asc ";
$result = mysql_query($query, $connect);
while($data = mysql_fetch_array($result)){
$data_name = $data["name"];
$data_name = str_replace("대표강사","대표강사",$data_name);
?>
|
if($cnt%5==0) echo " | |
";
$cnt++;
}
?>
|
| |
  |
 |
$cnt = 1;
$query = "select * from uni_lecturer where visible='1' and category='105' order by oo asc ";
$result = mysql_query($query, $connect);
while($data = mysql_fetch_array($result)){
?>
|
if($cnt%5==0) echo " | |
";
$cnt++;
}
?>
|
|