Database: output

l'interazione con phpInteraction with PHP

icona per espandere il menu interno
Table of Contents

il risultato (interazione con php)The result (the interaction with php)

Ovviamente l'output finale può essere anche la stampa, ma non dovrebbe mancare anche un output digitale, data anche la natura di un database, ossia la continua e mai terminata aggiornabilitàObviously the final output can also be the print, but a digital output should not be missing, given the nature of a database, i.e. the continuous and never finished updability.

Dicevamo che il bello di MySql è che si interfaccia con le pagine php. Come già detto, trovate sul web parecchie guide su come fare. Qui vi do solo qualche esempio di come risulta l'output di, o meglio da un database mysql in pagina phpWe said that the advantage of MySql is that it interfaces with php pages. As already mentioned, you can find several guides on how to do it on the web. Here I give you just a few examples of how the output of or rather from a mysql database in php page looks:

esempio di output mysql in pagina web
un esempio da database
altro esempio
da una tabella bibliografica
altro esempio
altro esempio da una tabella bibliografica

📂 In questa sezioneIn this section

  • Database: servers, mysql/mariadb: la scelta di base, che riguarda il vero e proprio datothe fondamental choice, about the data itself
  • Database: clients, come manipolare i datidata manipulation: i programmi che permettono di manipolare, meglio se graficamente, il datoapplications to manipulate and view your data
  • Database: output, l'interazione con phpInteraction with PHP: quale formato dare al “prodotto finito”what format for the final output