Modifier une thématique
// recherche des projets correspondant aux critères
$sql = pg_query("SELECT id_thematique, intitule_th FROM thematique ORDER BY intitule_th");
echo "Il y a ".pg_num_rows($sql)." thematique(s) dans la base de données
";
echo '
Intitulé |
Modifier la fiche |
Effacer la fiche |
';
while($data = pg_fetch_array($sql))
echo '
'.$data['intitule_th'].' |
|
|
';
?>
©
GIP-Ecofor, 2009-2024 |