include("../inc/cfg.php");
?>
Tanfolyam indulások
TANFOLYAM INDULÁSOK |
| Kirendeltség neve |
Tanfolyamindulás ideje |
Tanfolyam helye |
$sql="select * from ".$db."tanf_start as tf, iskola as i where tf.isk_azon=i.i_azon";
$e=mysql_query($sql);
while ($sor=mysql_fetch_array($e)) {
?>
|
|
|
}
?>
include("../inc/end.php");
?>