Choose the course or session you wish to attend

$dades_actiu) {
echo «\n\n«.$dades_actiu[‘nom_curs’].»\n».$dades_actiu[‘data_curs’].»«;
}

//echo «

Previous courses

«;

foreach($array_inactius as $id_curs_inactiu => $dades_inactiu) {
if ($id_curs_inactiu == 1)
echo «\n\n«.$dades_inactiu[‘nom_curs’].» (Next course soon)«;
else
echo «\n\n«.$dades_inactiu[‘nom_curs’].»«;
}

// if ($data_curs_mal < date("Y-m-d")) { //curs tancat // echo "\n\n«.$nom_curs.»«;
// } else { //curs actiu
// echo «\n\n«.$nom_curs.»\n».$data_curs.»«;
// }
//}

// Properament
//echo «\n»;
//echo «\n\n Business innovation on Nutrition and Health in Catalonia«;
//echo «\n 21-01-2013\nSoon»;

?>