1 / 6

Come funziona il PHP

Come funziona il PHP. Cos’è PHP.

Download Presentation

Come funziona il PHP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Come funziona il PHP

  2. Cos’è PHP Il PHP è un linguaggio di programmazione lato server sul web, non è un linguaggio compilato come il Pascal, il C ecc. ma è un linguaggio interpretato da un server cioè da un computer potente gestito da un provider di servizi Internet che mette a disposizione degli utenti (a pagamento o gratuitamente) servizi quali posta elettronica, spazio web, trasferimento di file, database, ecc….

  3. L’architettura server-client Il server è un computer potente gestito da un provider di servizi internet che mette a disposizione servizi. I client sono i computer clienti che usufruiscono dei servizi offerti dal server. Ogni client si collega al server e con esso scambia informazioni.

  4. Come funziona PHP in remoto Server con Motore PHP Il client richiede al server la pagina esempio.php digitando l’indirizzo nel browser esempio.php (pagina PHP che risiede sul server) Il server invia la richiesta al suo motore PHP che la elabora e gli fornisce la risposta in formato HTML Client Il server invia la risposta in formato HTML che ha ricevuto dal motore PHP al client che la visualizza sul suo browser Il server con motore PHP può essere il server che ospita la piattaforma moodle della prof. Il client digita la sua richiesta nel browser: http://moodle.menduni.name/PHP/massimo_comune_divisore/index.php

  5. Come funziona PHP in locale Il nostro PC con EasyPHP Il client richiede al server la pagina esempio.php digitando l’indirizzo nel browser esempio.php (pagina PHP che risiede sul nostro PC/server) Il server invia la richiesta al suo motore PHP che la elabora e gli fornisce la risposta in formato HTML Client Il server invia la risposta in formato HTML che ha ricevuto dal motore PHP al client che la visualizza sul suo browser Il server con motore PHP è il nostro stesso PC che si comporta da client quando si digita la richiesta nel browser: http://localhost/esempio.php

  6. Confronto Pascal-PHP sorgente pascal: programma.pas compilatore pascal eseguibile pascal: programma.exe sorgente PHP: programma.php motore PHP pagina web

More Related