Architecture d’une application WEB Statique: SERVEUR: Adresse IP=195.221.154.52 Système d’exploitation (OS) Serveur WEB (Port = 4450) disque Postes clients Internet <html> <head> <title> Température des Rats</title> </head> <body> <div align="center"> <font size="7" color=#FF3300> Température Corporelle des Rats<br><br> </font> </div> </body> </html> http://195.221.154.52:4450
Architecture d’une application WEB Statique: SERVEUR: Adresse IP=195.221.154.52 Système d’exploitation (OS) Serveur WEB (Port=4450) disque Postes clients Internet <html> <head> <title> Température des Rats</title> </head> <body> <div align="center"> <font size="7" color=#FF3300> Température Corporelle des Rats<br><br> </font> </div> </body> </html>
Architecture d’une application WEB dynamique SERVEUR: Adresse IP=195.221.154.52 Système d’exploitation (OS) Serveur WEB disque Postes clients Internet Moteur PHP <?php // Les entrées $a = $_POST['v1'] ; $b = $_POST['v2'] ; // Traitement $somme = $a+$b ; // Sortie echo "<br> la somme de $a + $b = $somme <br>"; } ?> http://195.221.154.52:4450
Architecture d’une application WEB dynamique SERVEUR: Adresse IP=195.221.154.52 Système d’exploitation (OS) Serveur WEB disque Postes clients Internet Moteur PHP <?php // Les entrées $a = $_POST['v1'] ; $b = $_POST['v2'] ; // Traitement $somme = $a+$b ; // Sortie echo "<br> la somme de $a + $b = $somme <br>"; } ?>
Architecture à compléter SERVEUR: Adresse IP=195.221.154.52 Système d’exploitation Serveur WEB (port = 4450) disque Moteur PHP Postes clients Internet Fichiers et scripts