programma in esecuzione :








database_txt.php

<?php include "../../../dev/dbtxt/_dbtxt.h"; $nomefile = "../../../public/dev/dbtxt/_dati.txt"; $nomeprogramma = "database_txt.php"; $SEPCOL=","; $SEPROW="\r\n"; $vettore=array("cognome","nome","anni","occhi","capelli","altezza","peso"); $ordinamento="cognome"; $esito=gestione_database_txt($nomefile, $nomeprogramma, $SEPCOL, $SEPROW, $vettore, $ordinamento); echo "<p>$esito</p>"; ?>