|
|
| Overview | Description | Workpackages | Team | Publications | Tools | Events | Restricted Area |
|
Events include ("connect.php"); $sql_string = "SELECT tipo.tipo tipo, tipo.id id, evento.durata durata, evento.link link, evento.id pub_id, evento.titolo titolo , evento.luogo luogo , evento.data data , month(evento.data) mese,year(evento.data) anno, dayofmonth(evento.data) giorno, evento.note note "; $sql_string .= 'FROM `evento`, tipo '; $sql_string .= 'WHERE tipo.id=evento.tipo AND evento.valido=\'S\' order by tipo.id, data desc;'; $result=mysql_query($sql_string); echo ""; echo "
". $sql["tipo"] .""; $tipo = $sql["id"]; } $data=htmlspecialchars($sql["mese"]) ."-". htmlspecialchars($sql["giorno"]) ."-". htmlspecialchars($sql["anno"]) ; echo " |