File "test.php"
Full Path: /home/analogde/www/RaspBerry/test.php
File size: 166 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$fichier_a_ouvrir = fopen ("mon-fichier.txt", "w");
fwrite($fichier_a_ouvrir,"Bonjour et bienvenue sur créer un site :)!<br/>");
fclose ($fichier_a_ouvrir);
?>