L2 Info : PHP et Programmation Web
 
◃  Ch. 6 PHP côté serveur  ▹
 

Fichier PHP (coté client)

Accès par l'url : http://localhost/~dominique/PHP/src/bonjour.php

<!DOCTYPE html>
<html lang="fr">
<head>
	<meta charset="utf-8" />
</head>
<body>
    <h1>Bonjour, je suis un script PHP!</h1>
  </body>
</html>